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

EnginXFocus Parameter names #10626

Closed
Anders-Markvardsen opened this issue Jun 30, 2014 · 1 comment
Closed

EnginXFocus Parameter names #10626

Anders-Markvardsen opened this issue Jun 30, 2014 · 1 comment
Assignees
Labels
Diffraction Issues and pull requests related to diffraction High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@Anders-Markvardsen
Copy link
Member

This ticket is blocks : TRAC8368

The input workspace is entered through parameter Run, which is not the default input parameter name for a workspace.

Change the name of the input parameter (http://docs.mantidproject.org/nightly/algorithms/EnginXFocus-v1.html ) Run to InputWorkspace. Also change the order of the parameters so that OutputWorkspace appear as the second paramter.

I.e. change parameter from

{{
Run
DetectorPositions
Bank
OutputWorkspace
}}

to

{{
InputWorkspace
OutputWorkspace
DetectorPositions
Bank
}}

Note EnginXCalibrateFull and EnginXCalibrate may use this algorithm as a child algorithm

@Anders-Markvardsen
Copy link
Member Author

This issue was originally trac ticket 9783

@Anders-Markvardsen Anders-Markvardsen added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Diffraction Issues and pull requests related to diffraction labels Jun 3, 2015
@Anders-Markvardsen Anders-Markvardsen added this to the Release 3.2 milestone Jun 3, 2015
DanNixon added a commit that referenced this issue Nov 26, 2015
DanNixon added a commit that referenced this issue Nov 26, 2015
DanNixon added a commit that referenced this issue Nov 26, 2015
DanNixon added a commit that referenced this issue Nov 26, 2015
DanNixon added a commit that referenced this issue Nov 26, 2015
DanNixon added a commit that referenced this issue Nov 26, 2015
…rect_ui

Conflicts:
	Code/Mantid/MantidQt/CustomInterfaces/src/ConvFit.cpp
	Code/Mantid/MantidQt/CustomInterfaces/src/FuryFit.cpp

Refs #10626
DanNixon added a commit that referenced this issue Nov 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Diffraction Issues and pull requests related to diffraction 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

2 participants