Ticket #5820 (closed: fixed)
2D SANS reduced data no longer saved
Reported by: | Mathieu Doucet | Owned by: | Mathieu Doucet |
---|---|---|---|
Priority: | major | Milestone: | Release 2.3 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Martyn Gigg |
Description
The EQSANS I(qx,qy) are no longer saved. This results from ConvertToMatrixWorkspace that acts like a rename when the input workspace is already a matrix workspace. This problem started since we moved to histogram earlier in the EQSANS reduction.
Change History
comment:3 Changed 8 years ago by Mathieu Doucet
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 8 years ago by Mathieu Doucet
Fixed the problem by checking whether the workspace to be converted already is a MatrixWorkspace.
comment:5 Changed 8 years ago by Mathieu Doucet
Re #5820 Fix problem with ConvertToMatrixWorkspace
Changeset: 96e744e7a07dc6b4e741a02165f3ff40165a9b18
comment:6 Changed 8 years ago by Martyn Gigg
- Status changed from verify to verifying
- Tester set to Martyn Gigg
comment:7 Changed 8 years ago by Martyn Gigg
- Status changed from verifying to closed
Tested using EQSANS_1466_event & EQSANS_4601_event (empty can) files. The reduction was successful & 2 files relating the Iqxy appeared in the save location: EQSANS_1466_event_Iqxy.dat & EQSANS_1466_event_Iqxy.nxs
Loading them back up gave the expected result.
Re #5820 Fix problem with ConvertToMatrixWorkspace