Skip to content

Commit

Permalink
Refs #3866: wiki docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik Zikovsky committed Dec 12, 2011
1 parent 7907e3d commit db24ca1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Code/Mantid/Framework/MDEvents/src/IntegratePeaksMD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ as well as a PeaksWorkspace containing single-crystal peak locations.
** '''BackgroundStartRadius''' allows you to give some space between the peak and the background area.
** '''BackgroundStartRadius''' = '''PeakRadius''' if not specified.
The OutputWorkspace will contain a copy of the input PeaksWorkspace, with the integrated intensity and error found being filled in.
The OutputWorkspace will contain a copy of the input PeaksWorkspace, with the integrated intensity
and error found being filled in.
*WIKI*/
#include "MantidAPI/IMDEventWorkspace.h"
Expand Down Expand Up @@ -72,7 +73,7 @@ namespace MDEvents
);

declareProperty(new PropertyWithValue<double>("PeakRadius",1.0,Direction::Input),
"Fixed radius around each peak position in which to integrate.");
"Fixed radius around each peak position in which to integrate (in the same units as the workspace).");

declareProperty(new PropertyWithValue<double>("BackgroundRadius",0.0,Direction::Input),
"End radius to use to evaluate the background of the peak.\n"
Expand Down

0 comments on commit db24ca1

Please sign in to comment.