Skip to content
Snippets Groups Projects
Commit ce62f7d3 authored by Louise McCann's avatar Louise McCann
Browse files

Refs #19809 update SofQWMomentsScan

parent 300efba1
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ class SofQWMomentsScan(DataProcessorAlgorithm):
sofqw_alg.setProperty("QAxisBinning", self._q_range)
sofqw_alg.setProperty("EMode", 'Indirect')
sofqw_alg.setProperty("ReplaceNaNs", True)
sofqw_alg.setProperty("Method", 'Polygon')
sofqw_alg.setProperty("Method", 'NormalisedPolygon')
sofqw_alg.setProperty("OutputWorkspace", input_ws + '_sqw')
sofqw_alg.execute()
mtd.addOrReplace(input_ws + '_sqw', sofqw_alg.getProperty("OutputWorkspace").value)
......
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