Ticket #6425 (closed: fixed)
IDA - Add extra workspace for plotting in elwin
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.4 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Dereck Kachere |
Description
From Spencer. Add this to line 210-212 of IndirectDataAnalysis.py:
elwWS = ename+'_elw' # temporary fix to do plotting CreateWorkspace(OutputWorkspace=elwWS, DataX=datX1, DataY=datY1, DataE=datE1, Nspec=nr, UnitX='MomentumTransfer')
It simply creates an extra workspace with a standard axis for plotting.
Change History
comment:2 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
In commit f1d36b4322f295766a1266a8fa1ced23f93e560c
Add extra workspace in Elwin output. Refs #6425
Note: See
TracTickets for help on using
tickets.