Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create Colorfill/SliceViewer plot from output of SofQW3 #10278

Closed
martyngigg opened this issue May 9, 2014 · 1 comment
Closed

Cannot create Colorfill/SliceViewer plot from output of SofQW3 #10278

martyngigg opened this issue May 9, 2014 · 1 comment
Assignees
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@martyngigg
Copy link
Member

To reproduce, first fun the following script

#!python
Load(Filename=r'MAR11001.raw',OutputWorkspace='MAR11001.raw')
GetEi(InputWorkspace='MAR11001.raw',Monitor1Spec='2',Monitor2Spec='3',EnergyEstimate='12')
ScaleX(InputWorkspace='MAR11001.raw',OutputWorkspace='11001.spe',Factor='-6536.7077785168231',Operation='Add',InstrumentParameter='DelayTime',Combine='1')
MoveInstrumentComponent(Workspace='11001.spe',ComponentName='Moderator',Z='-1.4419999999999999',RelativePosition='0')
ConvertUnits(InputWorkspace='11001.spe',OutputWorkspace='11001.spe',Target='DeltaE',EMode='Direct')
Rebin(InputWorkspace='11001.spe',OutputWorkspace='11001.spe',Params='-6,0.05,12',PreserveEvents='0')
GroupDetectors(InputWorkspace="11001.spe",OutputWorkspace="11001.spe",MapFile=r'mari_res.map',Behaviour='Average')
SofQW3(InputWorkspace='11001.spe',OutputWorkspace='sofq',QAxisBinning='0,0.2,5',EMode='Direct')

Try and create a colorfill plot for open the sliceviewer on the sofq workspace, you will get an exception.

@martyngigg
Copy link
Member Author

This issue was originally trac ticket 9435

@martyngigg martyngigg added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. GUI labels Jun 3, 2015
@martyngigg martyngigg self-assigned this Jun 3, 2015
@martyngigg martyngigg added this to the Release 3.2 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

1 participant