Ticket #9454 (closed: fixed)
SaveZODS has wrong name for MD H axis
Reported by: | Vickie Lynch | Owned by: | Vickie Lynch |
---|---|---|---|
Priority: | trivial | Milestone: | Release 3.2 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Reuter |
Description
This is only a warning, but needs to be fixed.
Change History
comment:3 Changed 6 years ago by Vickie Lynch
- Status changed from assigned to verify
- Resolution set to fixed
comment:4 Changed 6 years ago by Vickie Lynch
To test with file in SystemTest/Data:
Load(Filename=r'TOPAZ_3132_event.nxs',OutputWorkspace='TOPAZ_3132_event',LoadMonitors='1') ConvertToMD(InputWorkspace='TOPAZ_3132_event',QDimensions='Q3D',dEAnalysisMode='Elastic',Q3DFrames='Q_sample',LorentzCorrection='1',OutputWorkspace='TOPAZ_3132_md',MinValues='-25,-25,-25',MaxValues='25,25,25',SplitInto='2',SplitThreshold='50',MaxRecursionDepth='13',MinRecursionDepth='7') FindPeaksMD(InputWorkspace='TOPAZ_3132_md',PeakDistanceThreshold='0.37680000000000002',MaxPeaks='50',DensityThresholdFactor='100',OutputWorkspace='TOPAZ_3132_peaks') FindUBUsingFFT(PeaksWorkspace='TOPAZ_3132_peaks',MinD='3',MaxD='15',Tolerance='0.12') CopySample(InputWorkspace='TOPAZ_3132_peaks',OutputWorkspace='TOPAZ_3132_event',CopyName='0',CopyMaterial='0',CopyEnvironment='0',CopyShape='0') IndexPeaks(PeaksWorkspace='TOPAZ_3132_peaks',Tolerance='0.12') ShowPossibleCells(PeaksWorkspace='TOPAZ_3132_peaks') SelectCellOfType(PeaksWorkspace='TOPAZ_3132_peaks',CellType='Orthorhombic',Apply='1') CopySample(InputWorkspace='TOPAZ_3132_peaks',OutputWorkspace='TOPAZ_3132_event',CopyName='0',CopyMaterial='0',CopyEnvironment='0',CopyShape='0') ConvertToMD(InputWorkspace='TOPAZ_3132_event',QDimensions='Q3D',dEAnalysisMode='Elastic',QConversionScales='HKL',LorentzCorrection='1',OutputWorkspace='TOPAZ_3132_HKL',MinValues='-25,-25,-25',MaxValues='25,25,25',SplitInto='2',SplitThreshold='150') BinMD(InputWorkspace='TOPAZ_3132_HKL',AlignedDim0='[H,0,0],-5,5,201',AlignedDim1='[0,K,0],-5,5,201',AlignedDim2='[0,0,L],-5,5,201',Parallel='1',OutputWorkspace='TOPAZ_3132_HKL_binned') SaveZODS(InputWorkspace='TOPAZ_3132_HKL_rebinned',FileName='TOPAZ_3132.h5')
comment:5 Changed 6 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
comment:6 Changed 6 years ago by Michael Reuter
- Status changed from verifying to closed
Merge remote-tracking branch 'origin/feature/9454_SaveZODS_H'
Full changeset: aee45d921b6fa1fbcbf77af9eaabf7425df55e69
Note: See
TracTickets for help on using
tickets.
Refs #9454 use h axis label from ConvertToMD
Changeset: d99c3e05ffdd6ad30881140c64be8f2588bdd887