mantidproject / mantid

Main repository for Mantid code
https://www.mantidproject.org
GNU General Public License v3.0
210 stars 122 forks source link

QueryMDWorkspace on LineViewer cuts #8949

Closed OwenArnold closed 9 years ago

OwenArnold commented 10 years ago

The SliceViewer LineViewer exports new MDWorkspace (MDHistoWorkspaces), which can be properly plotted with the Plot MD option in Mantid Plot. However, if you inspect this workspace data using QueryMDWorkspace, the coordinates printed are not in terms of the original workspace coordinates. What this esentially means, is that there is no way to export the X,Y,E data from these workspaces. This is an urgent requirement on the WISH instrument.

OwenArnold commented 9 years ago

This issue was originally trac ticket 8104