diff options
author | Thomas White <taw@physics.org> | 2013-05-30 10:48:44 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-05-30 10:48:44 -0700 |
commit | aab623d73967e7570f92da5b84bac598e2273d6d (patch) | |
tree | 98d4aa2665236111cbacfa1387c9c252cd69d494 /doc | |
parent | 494de86c5b3e15d0f006c6c1feb40643d74dbc24 (diff) |
indexamajig: Get rid of --use-saturated, because it's now the default
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/indexamajig.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/indexamajig.1 b/doc/man/indexamajig.1 index 7ab68ba5..87657ac5 100644 --- a/doc/man/indexamajig.1 +++ b/doc/man/indexamajig.1 @@ -302,9 +302,9 @@ with old scripts because this option selects the behaviour which is now the default. .PD 0 -.IP \fB--use-saturated\fR +.IP \fB--no-use-saturated\fR .PD -Normally, peaks which contain one or more pixels above max_adu (defined in the detector geometry file) will not be used for indexing. Using this option skips this check, possibly improving the indexing rate if there is a large proportion of saturated peaks. +Normally, peaks which contain one or more pixels above max_adu (defined in the detector geometry file) will be used for indexing (but not used in the final integration - see the section on peak integration above). Using this option causes saturated peaks to be ignored completely. The opposite is \fB--use-saturated\fR, which is the default. .PD 0 .IP \fB--no-revalidate\fR |