mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-27 06:19:51 -05:00
first start at using spherical grid with debris volume
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
return {Dimensions={2.800000E1,2.800000E1,2.800000E1},GridType="Spherical",LowerDomainBound={0,0,0},MaxValue=9.730000E2,MinValue=0,Time="2018-05-04T00:00:00.000",UpperDomainBound={1.000000E0,3.141593E0,6.283185E0}}
|
||||
BIN
Binary file not shown.
@@ -1,12 +1,13 @@
|
||||
return {{
|
||||
Type = "GenerateDebrisVolumeTask",
|
||||
Dimensions = {28, 28, 28},
|
||||
LowerDomainBound = {-0.5, -0.5, -0.5},
|
||||
UpperDomainBound = {0.5, 0.5, 0.5},
|
||||
LowerDomainBound = {0, 0, 0},
|
||||
UpperDomainBound = {1, math.pi, 2 * math.pi},
|
||||
InputPath = "${SYNC}/url/satellite_tle_data_DebrisAll/files/allDebrisInOneTLE.txt",
|
||||
StartTime = "2018-05-04T00:00:00",
|
||||
TimeStep = "0.4",
|
||||
EndTime = "2018-05-04T00:04:00",
|
||||
TimeStep = "1",
|
||||
EndTime = "2018-05-04T00:00:00",
|
||||
GridType = "Spherical",
|
||||
RawVolumeOutput = "${DATA}/assets/scene/solarsystem/planets/earth/satellites/debris/volume/generated/singleDebris.rawvolume",
|
||||
DictionaryOutput = "${DATA}/assets/scene/solarsystem/planets/earth/satellites/debris/volume/generated/singleDebris.dictionary"
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user