Ticket #4194 (closed: fixed)
Over Plotting of MDWorkspaces
Reported by: | Owen Arnold | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | VATES | Keywords: | |
Cc: | Blocked By: | #4116 | |
Blocking: | Tester: | Michael Reuter |
Description
As we can now plot MDWorkspaces #4116, users are now asking that overplotting can also be used. This is necessary for single crystal diffraction, in particular.
In order to do this, we will also need to refactor the existing overplotting as it assumes that we are working with MDWorkspaces.
Change History
comment:2 Changed 9 years ago by Owen Arnold
refs #4194 Fix warning about unused arg
Changeset: daa19db808f2b7f5960d5406b0a93f4561396802
comment:3 Changed 9 years ago by Owen Arnold
Seems to work okay.
To tester: The following python script may be useful to help you generate a few MDHistoWorkspaces that you can overplot on each other.
LoadMD(Filename=r'C:/mantid/Test/AutoTestData/MAPS_MDEW.nxs',OutputWorkspace='s2')
BinMD(InputWorkspace='s2',AlignedDimX='A,0,10,10' ,AlignedDimY='B,0,10,1',AlignedDimZ='C,0,10,1',AlignedDimT='D,0,10,1',OutputWorkspace='binnedOne')
BinMD(InputWorkspace='s2',AlignedDimX='A,0,10,10',AlignedDimY='B,0,10,1',AlignedDimZ='C,0,10, 1',AlignedDimT='D,0,5,1',OutputWorkspace='binnedTwo')
comment:4 Changed 9 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 9 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter