Ticket #4194 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

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:1 Changed 9 years ago by Owen Arnold

  • Status changed from new to accepted

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

comment:6 Changed 9 years ago by Michael Reuter

  • Status changed from verifying to closed

As I suspected, the MAPS_MDEW.nxs file has no content as I get to plots showing zero counts, so I had to use another file. This feature does work as advertised.

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 5041

Note: See TracTickets for help on using tickets.