Skip to content
Snippets Groups Projects
Commit 35df516f authored by Michael Reuter's avatar Michael Reuter
Browse files

Merge remote-tracking branch 'origin/feature/7379_hfir_resolution'

parents 2292d161 fc787517
Branches 22031_phaseQuadGUI
No related tags found
No related merge requests found
......@@ -710,6 +710,7 @@ void SetupHFIRReduction::exec()
iqAlg->setProperty("LogBinning", log_binning);
iqAlg->setPropertyValue("NumberOfSubpixels", n_subpix);
iqAlg->setProperty("ErrorWeighting", err_weighting);
iqAlg->setProperty("ComputeResolution", true);
iqAlg->setPropertyValue("ReductionProperties", reductionManagerName);
algProp = new AlgorithmProperty("IQAlgorithm");
......
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