mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-26 05:58:48 -05:00
15 lines
718 B
Plaintext
15 lines
718 B
Plaintext
return {{
|
|
Type = "GenerateDebrisVolumeTask",
|
|
Dimensions = {20, 28, 28},
|
|
LowerDomainBound = {0, 0, 0},
|
|
UpperDomainBound = {1, math.pi, 2 * math.pi},
|
|
InputPath = "${SYNC}/url/satellite_tle_data_DebrisAll/files/allDebrisInOneTLE.txt",
|
|
--InputPath = "${SYNC}/url/satellite_tle_data_BreezeMBreakup(18391204735368316775)/files/2012-044.txt",
|
|
StartTime = "2018-05-04T00:00:00",
|
|
TimeStep = "3",
|
|
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"
|
|
}}
|