Ticket #3220 (closed: fixed)
Binary operations on some EventWorkspaces cause the spectra-detector mapping to disappear
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 29 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
To reproduce, first run this script
Load(Filename="/home/dmn58364/mantidproject/default-save/TOPAZ_2493_event.nxs",OutputWorkspace="TOPAZ",LoadMonitors="1") CreateSingleValuedWorkspace(OutputWorkspace="five",DataValue="5") Multiply(LHSWorkspace="TOPAZ",RHSWorkspace="five",OutputWorkspace="answer",AllowDifferentNumberSpectra="1")
then:
- Double-click on the workspace to bring up the matrix
- Right-click and click show detectors
- All of the detector IDs are zero
Change History
comment:1 Changed 9 years ago by Martyn Gigg
- Status changed from new to assigned
- Owner set to Martyn Gigg
comment:3 Changed 9 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.