mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-20 02:58:31 -05:00
13 lines
440 B
Plaintext
13 lines
440 B
Plaintext
|
|
return {
|
|
{
|
|
Type = "KameleonVolumeToRawTask",
|
|
Input = "${DATA}/mas-data/mas_merged_step_101.cdf",
|
|
Variable = "rho",
|
|
Dimensions = {100, 100, 128},
|
|
LowerDomainBound = {1, -90, 0},
|
|
UpperDomainBound = {25, 90, 360},
|
|
RawVolumeOutput = "${DATA}/mas-data/raw/mas_merged_step_101.cdf.rawvolume",
|
|
DictionaryOutput = "${DATA}/mas-data/raw/mas_merged_step_101.cdf.dictionary"
|
|
}
|
|
} |