Ticket #9646 (assigned)

Opened 6 years ago

Last modified 5 years ago

Workspace produced by ConvertToYSpace creates problem for slice viewer

Reported by: Alex Buts Owned by: Martyn Gigg
Priority: minor Milestone: Backlog
Component: Framework Keywords:
Cc: Blocked By:
Blocking: #11618 Tester:

Description

Run script below and try to view the resulting workspace in sliceviewer.

Mantid is throwing unexpected exception while creating Histo dimension.

 tof_ws = CreateSimulationWorkspace(Instrument='MAR',BinParams=[-50,2,50],UnitX='TOF')
SetInstrumentParameter(tof_ws,ParameterName='t0',ParameterType='Number',Value='0.5')
SetInstrumentParameter(tof_ws,ParameterName='efixed',ParameterType='Number',Value='30.')    
###### Convert data to format acceptable by ConvertToYSpace
tof_ws = ConvertToPointData(tof_ws)
###### Convert to Y Space
wsY=ConvertToYSpace(InputWorkspace='tof_ws',Mass='30')

Change History

comment:1 Changed 6 years ago by Alex Buts

  • Milestone changed from Backlog to Release 3.3

part of #9307 ticket

comment:2 Changed 6 years ago by Nick Draper

  • Owner set to Martyn Gigg
  • Status changed from new to infoneeded

comment:3 Changed 6 years ago by Nick Draper

  • Status changed from infoneeded to new

comment:4 Changed 6 years ago by Nick Draper

  • Status changed from new to assigned

comment:5 Changed 6 years ago by Martyn Gigg

What are you trying to achieve here? It's quite an unusual use for this algorithm. The transform is solely used by the compton scattering area (Vesuvio) and doesn't make a lot of sense to use it on something like MARI.

comment:6 Changed 6 years ago by Alex Buts

I have produced a workspace and trying to explore it. The sliceviewer option is available so I just try to invoke it.

Compton is kind of inelastic, is not it? Mary may be very inefficient in doing this but a formal image can be available.

I think, the ticket illustrate common problem in visualizing a distribution workspace by slice-viewer. As such, it is rather sliceviewer then ConvertToYSpace ticket, as I can obtain distribution workspace by different means.

Last edited 6 years ago by Alex Buts (previous) (diff)

comment:7 Changed 6 years ago by Martyn Gigg

  • Priority changed from major to minor

comment:8 Changed 6 years ago by Nick Draper

Moved to the backlog at the code freeze of R3.3

comment:9 Changed 6 years ago by Nick Draper

  • Milestone changed from Release 3.3 to Backlog

comment:10 Changed 5 years ago by Nick Draper

  • Blocking 11618 added

comment:11 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 10489

Note: See TracTickets for help on using tickets.