Skip to content
Snippets Groups Projects
Commit 68047a59 authored by Matthew D Jones's avatar Matthew D Jones
Browse files

Re #13828 Improve documentation of ProcessingInstructions property

parent 08d8b17b
No related branches found
No related tags found
No related merge requests found
......@@ -110,9 +110,8 @@ void ReflectometryReductionOneAuto::init() {
"I0 monitor workspace index");
declareProperty(new PropertyWithValue<std::string>("ProcessingInstructions",
"", Direction::Input),
"Processing commands to select and add spectrum to make a "
"detector workspace. See [[PeformIndexOperations]] for "
"syntax.");
"Grouping pattern of workspace indices to yield only the"
" detectors of interest. See GroupDetectors for syntax.");
declareProperty("WavelengthMin", Mantid::EMPTY_DBL(),
"Wavelength Min in angstroms", Direction::Input);
declareProperty("WavelengthMax", Mantid::EMPTY_DBL(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment