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

Update PhaseQuad algorithm according to input from CalibrateDetectors #11869

Closed
1 task done
raquelalvarezbanos opened this issue Feb 6, 2015 · 3 comments
Closed
1 task done
Assignees
Labels
Framework Issues and pull requests related to components in the Framework
Milestone

Comments

@raquelalvarezbanos
Copy link
Contributor

This issue was originally TRAC 11030

This ticket is blocked by :

Update PhaseQuad algorithm's input dialog according to output from CalMuonDetectorPhases. CalMuonDetectorPhases will create the detector phases needed as input to PhaseQuad.

@raquelalvarezbanos
Copy link
Contributor Author

@NickDraper (2015-04-27T08:10:34):
Moved to R3.5 at the R3.4 code freeze

@raquelalvarezbanos raquelalvarezbanos added the Framework Issues and pull requests related to components in the Framework label Jun 3, 2015
@raquelalvarezbanos raquelalvarezbanos self-assigned this Jun 3, 2015
@raquelalvarezbanos raquelalvarezbanos added this to the Release 3.5 milestone Jun 3, 2015
@NickDraper NickDraper modified the milestones: Release 3.5, Release 3.6 Sep 14, 2015
@raquelalvarezbanos
Copy link
Contributor Author

To test: run the following script:

Load(Filename='EMU00006473.nxs', OutputWorkspace='EMU00006473', SpectrumMin=1, SpectrumMax=4)
CalMuonDetectorPhases(InputWorkspace='EMU00006473', FirstGoodData=0.5, LastGoodData=3.5, DetectorTable='tab2', DataFitted='fit2')
PhaseQuad(InputWorkspace='EMU00006473', PhaseTable='tab2', OutputWorkspace='out2')

CalMuonDetectorPhases() creates a table workspace, tab2, that can then be used as input to PhaseQuad().

@tom-perkins
Copy link

Script ran ok. tab2 was created by CalMuonDetectorPhases, and PhaseQuad's input dialog automatically picked this up as input when run manually (displayed it in a drop-down list).
Closing as fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework
Projects
None yet
Development

No branches or pull requests

3 participants