mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-20 20:09:08 -06:00
Move mas tasks into volume specific folder
This commit is contained in:
committed by
Matthias Berg
parent
82945f4a50
commit
368519cba7
@@ -1,18 +0,0 @@
|
||||
local length = 117
|
||||
local tasks = {}
|
||||
|
||||
for i=1,length do
|
||||
tasks[#tasks+1] = {
|
||||
Type = "KameleonVolumeToRawTask",
|
||||
Input = "/media/jgrangien/SimDataDrive/BastilleDay/mhd_run/3D_CDF/mas_merged_step_" .. i .. ".cdf",
|
||||
Dimensions = {100, 100, 128},
|
||||
VariableVector = "ur uphi utheta",
|
||||
InnerRadialLimit = 1.75,
|
||||
LowerDomainBound = {1, -90, 0},
|
||||
UpperDomainBound = {15, 90, 360},
|
||||
RawVolumeOutput = "${DATA}/mas/bastille/u/mas_merged_step_" .. i .. ".rawvolume",
|
||||
DictionaryOutput = "${DATA}/mas/bastille/u/mas_merged_step_" .. i .. ".dictionary"
|
||||
}
|
||||
end
|
||||
|
||||
return tasks
|
||||
@@ -1,13 +0,0 @@
|
||||
|
||||
return {{
|
||||
Type = "KameleonVolumeToRawTask",
|
||||
Input = "/media/jgrangien/SimDataDrive/BastilleDay/mhd_run/3D_CDF/mas_merged_step_112.cdf",
|
||||
-- Variable = "rho",
|
||||
VariableVector = "ur uphi utheta",
|
||||
InnerRadialLimit = 1.75,
|
||||
Dimensions = {100, 100, 128},
|
||||
LowerDomainBound = {1, -90, 0},
|
||||
UpperDomainBound = {15, 90, 360},
|
||||
RawVolumeOutput = "${DATA}/mas/bastille/u/mas_merged_step_112.rawvolume",
|
||||
DictionaryOutput = "${DATA}/mas/bastille/u/mas_merged_step_112.dictionary"
|
||||
}}
|
||||
Reference in New Issue
Block a user