Skip to content

Commit

Permalink
Refs #10602. Modified sub bullet sign from * to -.
Browse files Browse the repository at this point in the history
As Martyn's suggestion.  Though it does not seems to change any format
in the generated html file.
On the other hand, the previously reported warning was fixed by last
commit (http://builds.mantidproject.org/job/develop_clean/505/)
  • Loading branch information
wdzhou committed Nov 22, 2014
1 parent 3496f7a commit fa4f08e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@ Here are the cases that a spectra (i.e., a detector) will be masked in the outpu

- 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';
* No peak found has resolution within specified range;
* No peak found whose calculated offset is smaller than the user-defined maximum offset.
- 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';
- No peak found has resolution within specified range;
- No peak found whose calculated offset is smaller than the user-defined maximum offset.

Usage
-----
Expand Down

0 comments on commit fa4f08e

Please sign in to comment.