Ticket #4189 (closed: fixed)
Expose QueryMDWorkspace via MantidPlot
Reported by: | Owen Arnold | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | VATES | Keywords: | |
Cc: | Blocked By: | #4148 | |
Blocking: | Tester: | Jose Borreguero |
Description
Right-click menu options for MDWorkspaces and MDHistoWorkspaces. Should be called 'List Data'. Should create a table workspace and then automatically place it into a table view in mantid plot. Should use QueryMDWorkspace under-the-hood. See ticket #4148.
Change History
comment:2 Changed 9 years ago by Owen Arnold
refs #4189. Implemented, should work for all IMDWorkspaces
Changeset: 8e71d1fa11ccaed7e1850e3d14d4c596fdc7053f
comment:4 Changed 9 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to fixed
Tester: Load a MDWorkspace with something similar to:
LoadMD(Filename=r'C:/mantid/Test/AutoTestData/MAPS_MDEW.nxs',OutputWorkspace='mdws')
Then run QueryMDWorkspace on this workspace, which should produce an output table workspace. Then try right-clicking the MD workspace and select 'List Data' from the dropdown in MantidPlot. The workspace produced should be identical to that given via QueryMDWorkspace. The workspace should automatically bring up a grid in MantidPlot after the right-click action.
Should also do the following: