diff options
author | Thomas White <taw@physics.org> | 2018-02-23 16:16:03 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-02-27 17:12:42 +0100 |
commit | 1a25445aea5e028c6a6f2cefc8946d9fc4c04a0f (patch) | |
tree | a16161a05311d724a414d793a0643b3eb14a3c4d /doc | |
parent | 4898423f44c158f569031a59579b244836a48774 (diff) |
partialator: Add -w and --operator options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/partialator.1 | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/doc/man/partialator.1 b/doc/man/partialator.1 index 980af00f..1a598e89 100644 --- a/doc/man/partialator.1 +++ b/doc/man/partialator.1 @@ -1,7 +1,7 @@ .\" .\" partialator man page .\" -.\" Copyright © 2012-2016 Deutsches Elektronen-Synchrotron DESY, +.\" Copyright © 2012-2018 Deutsches Elektronen-Synchrotron DESY, .\" a research centre of the Helmholtz Association. .\" .\" Part of CrystFEL - crystallography with a FEL @@ -137,6 +137,20 @@ Write out the per-crystal parameters and reflection lists after every cycle of r .PD Do not write the extensive log files needed for plotting contour maps and spectrum graphs. This makes the process a lot faster, but you probably do want these logs to check that post-refinement is working reasonably. +.PD 0 +.IP "\fB-w\fR \fIpg\fR" +.PD +Set the apparent symmetry of the crystals. The ambiguity operator will be determined by comparing this to the actual symmetry. +.IP +If you prefer (or the scenario demands it), you can specify the ambiguity operator directly using \fB--operator\fR. + +.PD 0 +.IP \fB--operator=\fR\fIop\fR +.PD +Specify the indexing ambiguity operator. Example: \fB--operator=k,h,-l\fR. +.IP +If you prefer, you can specify the ambiguity operator by specifying the apparent symmetry using \fB-w\fR. + .SH PARTIALITY MODELS The available partiality models are: @@ -221,7 +235,7 @@ This page was written by Thomas White. Report bugs to <taw@physics.org>, or visit <http://www.desy.de/~twhite/crystfel>. .SH COPYRIGHT AND DISCLAIMER -Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association. +Copyright © 2012-2018 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association. .P partialator, and this manual, are part of CrystFEL. .P |