File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Testing/SystemTests/tests/framework Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,9 @@ def runTest(self):
211
211
CropWorkspace (InputWorkspace = "PG3_4866" , OutputWorkspace = "PG3_4866" , XMax = 16666.669999999998 )
212
212
LoadCalFile (InputWorkspace = "PG3_4866" , CalFilename = self .cal_file , WorkspaceName = "PG3" )
213
213
MaskDetectors (Workspace = "PG3_4866" , MaskedWorkspace = "PG3_mask" )
214
- AlignDetectors (InputWorkspace = "PG3_4866" , OutputWorkspace = "PG3_4866" , OffsetsWorkspace = "PG3_offsets" )
214
+ ApplyDiffCal (InstrumentWorkspace = "PG3_4866" , OffsetsWorkspace = "PG3_offsets" )
215
+ ConvertUnits (InputWorkspace = "PG3_4866" , OutputWorkspace = "PG3_4866" , Target = "dSpacing" )
216
+ ApplyDiffCal (InstrumentWorkspace = "PG3_4866" , ClearCalibration = True )
215
217
ConvertUnits (InputWorkspace = "PG3_4866" , OutputWorkspace = "PG3_4866" , Target = "TOF" )
216
218
UnwrapSNS (InputWorkspace = "PG3_4866" , OutputWorkspace = "PG3_4866" , LRef = 62 )
217
219
RemoveLowResTOF (InputWorkspace = "PG3_4866" , OutputWorkspace = "PG3_4866" , ReferenceDIFC = 1500 )
You can’t perform that action at this time.
0 commit comments