mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
Move mas tasks into volume specific folder
This commit is contained in:
@@ -5,9 +5,10 @@ return {{
|
||||
-- Variable = "rho",
|
||||
VariableVector = "ur uphi utheta",
|
||||
InnerRadialLimit = 1.75,
|
||||
FactorRSquared = "false",
|
||||
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"
|
||||
RawVolumeOutput = "${DATA}/mas/bastille/test/mas_merged_step_112.rawvolume",
|
||||
DictionaryOutput = "${DATA}/mas/bastille/test/mas_merged_step_112.dictionary"
|
||||
}}
|
||||
@@ -113,11 +113,9 @@ KameleonVolumeToRawTask::KameleonVolumeToRawTask(const ghoul::Dictionary& dictio
|
||||
_autoDomainBounds = true;
|
||||
}
|
||||
if (dictionary.hasValue<std::string>(KeyFactorRSquared) && dictionary.value<std::string>(KeyFactorRSquared) != "false") {
|
||||
std::cout << "With factor r squared\n";
|
||||
_factorRSquared = true;
|
||||
}
|
||||
if (!dictionary.getValue<float>(KeyInnerRadialLimit, _innerRadialLimit)) {
|
||||
std::cout << "Without inner radial limit\n";
|
||||
_innerRadialLimit = -1.0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user