mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-11 22:20:47 -06:00
14 lines
608 B
Plaintext
14 lines
608 B
Plaintext
return {{
|
|
Type = "GenerateDebrisVolumeTask",
|
|
Dimensions = {45, 30, 40},
|
|
LowerDomainBound = {0, 0, 0},
|
|
UpperDomainBound = {1, math.pi, 2 * math.pi},
|
|
InputPath = "${SYNC}/url/satellite_tle_data_DebrisAll/files/allDebrisInOneTLE.txt",
|
|
StartTime = "2019-07-27T10:00:00",
|
|
TimeStep = "2",
|
|
EndTime = "2019-07-27T12: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"
|
|
}}
|