Skip to content

Commit

Permalink
Refs #8241 do not change ReduceOneSCD_Run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Dec 6, 2013
1 parent 8458798 commit 66e3bc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/Mantid/scripts/SCD_Reduction/ReduceSCD_OneRun.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
SplitInto='2', SplitThreshold='500',MaxRecursionDepth='10' )

peaks_ws = IntegratePeaksMD( InputWorkspace=MDEW, PeakRadius=peak_radius,
CoordinatesToUse="Q (sample frame)",
BackgroundOuterRadius=bkg_outer_radius,
BackgroundInnerRadius=bkg_inner_radius,
PeaksWorkspace=peaks_ws,
Expand All @@ -262,6 +263,7 @@
SplitInto='2', SplitThreshold='500',MaxRecursionDepth='10' )

peaks_ws = IntegratePeaksMD( InputWorkspace=MDEW, PeakRadius=peak_radius,
CoordinatesToUse="Q (sample frame)",
BackgroundOuterRadius=bkg_outer_radius,
BackgroundInnerRadius=bkg_inner_radius,
PeaksWorkspace=peaks_ws,
Expand Down

0 comments on commit 66e3bc7

Please sign in to comment.