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