Ticket #4689 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

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

TransposeBug.png (196.1 KB) - added by Martyn Gigg 9 years ago.
15537_spe.nxs (1014.6 KB) - added by Martyn Gigg 9 years ago.
ticket4689.png (2.0 MB) - added by Stuart Campbell 9 years ago.
Testing plot

Change History

Changed 9 years ago by Martyn Gigg

Changed 9 years ago by Martyn Gigg

comment:1 Changed 9 years ago by Martyn Gigg

  • Status changed from new to accepted

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

Changed 9 years ago by Stuart Campbell

Testing plot

comment:6 Changed 9 years ago by Stuart Campbell

  • Status changed from verifying to closed

I think that this looks correct now. Have attached a screenshot.

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 5536

Note: See TracTickets for help on using tickets.