Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/feature/6977_remove_flatbackgoun…
Browse files Browse the repository at this point in the history
…d_alg'
  • Loading branch information
martyngigg committed Oct 12, 2013
2 parents 768ca91 + eb39e61 commit 5966be4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SystemTests/AnalysisTests/PolrefExample.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def runTest(self):
LoadRaw(Filename="POLREF00003014.raw",OutputWorkspace="W",SpectrumMax="4",LoadMonitors="Separate")
ConvertUnits(InputWorkspace="W_Monitors",OutputWorkspace="M",Target="Wavelength",AlignBins="1")
DeleteWorkspace(Workspace="W_Monitors")
FlatBackground(InputWorkspace="M",OutputWorkspace="M",WorkspaceIndexList="0,1,2",StartX="15",EndX="17")
CalculateFlatBackground(InputWorkspace="M",OutputWorkspace="M",WorkspaceIndexList="0,1,2",StartX="15",EndX="17")
ConvertUnits(InputWorkspace="W",OutputWorkspace="D",Target="Wavelength",AlignBins="1")
DeleteWorkspace(Workspace="W")
OneMinusExponentialCor(InputWorkspace="D",OutputWorkspace="D",C="1.99012524619")
Expand Down
Binary file modified SystemTests/AnalysisTests/ReferenceResults/PolrefTest.nxs
Binary file not shown.

0 comments on commit 5966be4

Please sign in to comment.