Skip to content

Commit

Permalink
Changed to file properties in DGS. Refs #7169
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiSavici committed Jul 26, 2013
1 parent c4677e3 commit cdbfe74
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Code/Mantid/Framework/WorkflowAlgorithms/src/DgsReduction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,10 @@ namespace Mantid
"Negative width value indicates logarithmic binning.");
this->declareProperty("SofPhiEIsDistribution", true,
"The final S(Phi, E) data is made to be a distribution.");
this->declareProperty("HardMaskFile", "", "A file or workspace containing a hard mask.");
this->declareProperty("GroupingFile", "", "A file containing grouping (mapping) information.");
this->declareProperty(new FileProperty("HardMaskFile","",
FileProperty::OptionalLoad, ".xml"), "A file or workspace containing a hard mask.");
this->declareProperty(new FileProperty("GroupingFile", "",FileProperty::OptionalLoad, ".xml"),
"A file containing grouping (mapping) information.");
this->declareProperty("ShowIntermediateWorkspaces", false,
"Flag to show the intermediate workspaces (diagnostic mask, integrated detector vanadium, "
"integrated absolute units) from the reduction.");
Expand Down

0 comments on commit cdbfe74

Please sign in to comment.