Rename files and folders

This commit is contained in:
Jonathan Grangien
2018-04-30 10:40:00 -04:00
parent d1e58f17e3
commit c2232760e5
5 changed files with 16 additions and 16 deletions
@@ -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,
-13
View File
@@ -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"
}
}
+13
View File
@@ -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"
}
}