Skip to content

Commit

Permalink
Refs #10602. Fixed the bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Nov 20, 2014
1 parent 385d9aa commit 3496f7a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ Here are the cases that a spectra (i.e., a detector) will be masked in the outpu
- A dead detector, i.e., the corresponding spectrum has counts less than :math:`10^{-3}` in defined d-range. It isnoted as "dead det";

- A spectrum that does not have peak within specified d-range. It is noted as "no peaks". Here is the criteria for this case.

* Algorithm FindPeaks fails to find any peak;
* No peak found has height larger than specified 'MinimumPeakHeight';
* No peak found has observed height larger than specified 'MinimumPeakHeightObs';
Expand Down

0 comments on commit 3496f7a

Please sign in to comment.