Ticket #4206 (closed: fixed)
LineViewer: empty output in some circumstances
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description (last modified by Janik Zikovsky) (diff)
- Create a 3D MDWorkspace with OneStepMDEW(cncs_7860_event.nxs).
- Open in the slice viewer.
- Make a line in the default dimensions (X=Q_lab_X, Y=Q_lab_y).
- This works
- Swap X and y (X=Q_lab_y, Y=Q_lab_x).
- Make the same line.
- The line is empty event if it should not be.
- This is true for BinMD and SliceMD output.
The problem might be in the coordinate transformation, or in the inputs to the algorithms. Only for non-axis aligned binning.
LoadEventNexus(Filename=r'/home/janik/Code/Mantid/Test/AutoTestData/CNCS_7860_event.nxs',OutputWorkspace='md_nxs') ConvertToDiffractionMDWorkspace(InputWorkspace='md_nxs',OutputWorkspace='md',LorentzCorrection='1') # This works SliceMD('md', AxisAligned='0',BasisVectorX='X,units,1,0,0, 0.2,100', BasisVectorY='Y,units,0,1,0, 0.2,1',BasisVectorZ='Z,units,-0,0,1, 0.2,1',Origin='-0.1,-0.1,-0.1',OutputWorkspace='md_line1') # This returns empty SliceMD('md', AxisAligned='0',BasisVectorX='X,units,1,0,0,0.2,100', BasisVectorY='Y,units,0,-1,0, 0.2,1',BasisVectorZ='Z,units,-0,0,1, 0.2,1',Origin='-0.1,0.1,-0.1',OutputWorkspace='md_line2')
Change History
comment:1 Changed 9 years ago by Janik Zikovsky
- Status changed from new to assigned
- Owner set to Janik Zikovsky
- Description modified (diff)
comment:4 Changed 9 years ago by Janik Zikovsky
Refs #4026: Fixing incorrect ImplicitFunction for Left-handed coordinates
... in SlicingAlgorithm (BinMD, SliceMD) given arbitrary basis vectors. Specifically for the 3D-3D binning case.
comment:5 Changed 9 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
comment:6 Changed 9 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
Note: See
TracTickets for help on using
tickets.