Ticket #6425 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

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:1 Changed 8 years ago by Martyn Gigg

  • Status changed from new to accepted

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

comment:3 Changed 8 years ago by Martyn Gigg

  • Tester set to Dereck Kachere

comment:4 Changed 8 years ago by Dereck Kachere

  • Status changed from verify to verifying

comment:5 Changed 8 years ago by Dereck Kachere

  • Status changed from verifying to closed

New workspace is indeed created.

comment:6 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 7271

Note: See TracTickets for help on using tickets.