mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-29 23:39:26 -05:00
Rename files and folders
This commit is contained in:
@@ -10,9 +10,9 @@ local Mas = {
|
||||
Renderable = {
|
||||
Type = "RenderableTimeVaryingVolume",
|
||||
Dimensions = {100, 100, 128},
|
||||
StepSize = "0.000001",
|
||||
TransferFunction = "${DATA}/mas-data/raw/basic1.tf",
|
||||
SourceDirectory = "${DATA}/mas-data/raw",
|
||||
StepSize = 0.000001,
|
||||
TransferFunction = "${DATA}/mas/mas_transfer_function.tf",
|
||||
SourceDirectory = "${DATA}/mas/raw",
|
||||
LowerValueBound = 0.01,
|
||||
UpperValueBound = 2.0,
|
||||
MinValue = 0.001,
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
|
||||
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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
|
||||
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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user