We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the following script the first call to getNumberParameter is successful but the second fails.
w1 = LoadEventPreNeXus(EventFilename="../../../Test/Data/sns_event_prenexus/CNCS_7850_neutron_event.dat", OutputWorkspace="w1") w1_inst = mtd.getMatrixWorkspace("w1").getInstrument() print w1_inst.getNumberParameter("scale-factor") w2 = LoadEventPreNeXus(EventFilename="../../../Test/Data/sns_event_prenexus/CNCS_7850_neutron_event.dat", OutputWorkspace="w2") w2_inst = mtd.getMatrixWorkspace("w2").getInstrument() print w2_inst.getNumberParameter("scale-factor")
The text was updated successfully, but these errors were encountered:
This issue was originally trac ticket 1472
Sorry, something went wrong.
martyngigg
No branches or pull requests
When running the following script the first call to getNumberParameter is successful but the second fails.
The text was updated successfully, but these errors were encountered: