Skip to content
Snippets Groups Projects
Commit 649d9d48 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Add property for empty sample environment

parent 97640dc6
No related merge requests found
......@@ -126,6 +126,9 @@ void PDDetermineCharacterizations::init() {
declareProperty(
Kernel::make_unique<Kernel::ArrayProperty<int32_t>>("NormBackRun", "0"),
"Normalization background" + defaultMsg);
declareProperty(
Kernel::make_unique<Kernel::ArrayProperty<int32_t>>("EmptyEnv", "0"),
"Empty sample environment" + defaultMsg);
declareProperty(
Kernel::make_unique<Kernel::ArrayProperty<int32_t>>("EmptyInstr", "0"),
"Empty instrument" + defaultMsg);
......@@ -425,6 +428,7 @@ void PDDetermineCharacterizations::exec() {
overrideRunNumProperty("BackRun", "container");
overrideRunNumProperty("NormRun", "vanadium");
overrideRunNumProperty("NormBackRun", "vanadium_background");
overrideRunNumProperty("EmptyEnv", "empty_environment");
overrideRunNumProperty("EmptyInstr", "empty_instrument");
std::vector<std::string> expectedNames = getColumnNames();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment