Ticket #4689 (closed: fixed)
Transpose isn't right when used after SofQW2
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Stuart Campbell |
Description
Using script below and file attached, we get weird results from Transpose
sofqw = Load("15537_spe.nxs") sofqw = Transpose(sofqw) w12 = Rebin2D(InputWorkspace=sofqw,Axis1Binning='0,12,12',Axis2Binning='-10,0.5,80') w12 = Transpose(InputWorkspace=w12)
Attachments
Change History
comment:2 Changed 9 years ago by Martyn Gigg
Refs #4689. Fix transpose for histogram data on vertical axis.
Changeset: 2800e558b7231c2c3cfeaa20b3498ccddbbbd688
comment:3 Changed 9 years ago by Martyn Gigg
Refs #4689. Whitespace/indentation fixes. No code changes.
Changeset: 7eeb3878a8a8007227dd257d2e43e12547778147
comment:4 Changed 9 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 9 years ago by Stuart Campbell
- Status changed from verify to verifying
- Tester set to Stuart Campbell
Note: See
TracTickets for help on using
tickets.