Skip to content

Commit

Permalink
Re #11868 Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed Oct 2, 2015
1 parent 0898098 commit 71769ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace Mantid {
namespace Algorithms {

/** CalMuonDetectorPhases : Calculate asymmetry and phase for each spectra in a workspace
/** CalMuonDetectorPhases : Calculates asymmetry and phase for each spectra in a workspace
Copyright © 2015 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge
National Laboratory & European Spallation Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ void CalMuonDetectorPhases::init() {
"Name of the reference input workspace");

declareProperty("FirstGoodData", EMPTY_DBL(),
"The first good data point in units of micro-seconds",
"First good data point in units of micro-seconds",
Direction::Input);

declareProperty("LastGoodData", EMPTY_DBL(),
"The last good data point in units of micro-seconds",
"Last good data point in units of micro-seconds",
Direction::Input);

declareProperty("Frequency", EMPTY_DBL(), "Starting hint for the frequency",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spectrum index), the asymmetry and the phase. This table is intended to be used
*PhaseTable* to :ref:`PhaseQuad <algm-PhaseQuad>`. In addition, the fitting results are returned
in a workspace group, where each of the items stores the original data (after removing the
exponential decay), the data simulated with the fitting function and the difference between data
and fit as spectrum 0, 1 and 2 respectively.
and fit as spectra 0, 1 and 2 respectively.

There are three optional input properties: *FirstGoodData* and *LastGoodData* define the fitting range.
When left blank, *FirstGoodData* is set to the value stored in the input workspace and *LastGoodData*
Expand Down

0 comments on commit 71769ec

Please sign in to comment.