mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-20 11:10:23 -06:00
11 lines
412 B
Plaintext
11 lines
412 B
Plaintext
return {{
|
|
Type = "KameleonVolumeToRawTask",
|
|
Input = "${DATA}/mas/mas_merged_step_101.cdf",
|
|
Variable = "rho",
|
|
FactorRSquared = "true",
|
|
Dimensions = {100, 100, 128},
|
|
LowerDomainBound = {1, -90, 0},
|
|
UpperDomainBound = {15, 90, 360},
|
|
RawVolumeOutput = "${DATA}/mas/raw/mas_merged_step_101.cdf.rawvolume",
|
|
DictionaryOutput = "${DATA}/mas/raw/mas_merged_step_101.cdf.dictionary"
|
|
}} |