diff options
author | Thomas White <taw@physics.org> | 2012-03-02 17:35:32 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-02 17:35:32 +0100 |
commit | 4b64daf64c88b1ba67ecfc7d1ad0b3fd97ab8716 (patch) | |
tree | ce60372d4e2307dc424df25be25e741542801366 /doc/man/process_hkl.1 | |
parent | 72562a2ed2c66ada8d3572c6b340a87bb5a8be9f (diff) |
More manpages
Diffstat (limited to 'doc/man/process_hkl.1')
-rw-r--r-- | doc/man/process_hkl.1 | 34 |
1 files changed, 28 insertions, 6 deletions
diff --git a/doc/man/process_hkl.1 b/doc/man/process_hkl.1 index 5e81980d..ea1a77d5 100644 --- a/doc/man/process_hkl.1 +++ b/doc/man/process_hkl.1 @@ -8,20 +8,17 @@ .TH PROCESS\_HKL 1 .SH NAME -process\_hkl \- Monte Carlo merging program +process\_hkl \- Monte Carlo merging of Bragg intensities .SH SYNOPSIS .PP .B process\_hkl -i mypatterns.stream -o mydata.hkl -y mypointgroup [options] .SH DESCRIPTION - -This program takes as input the data stream from "indexamajig". It merges the -many individual intensities together to form a single list of reflection -intensities which are useful for crystallography. +process_hkl takes a data stream from "indexamajig" and merges the many individual intensities together to form a single list of reflection intensities which are useful for crystallography. Typical usage is of the form: - +.PP $ process_hkl -i mypatterns.stream -o mydata.hkl -y mypointgroup .SH CHOICE OF POINT GROUP FOR MERGING @@ -49,3 +46,28 @@ ambiguities to get from the apparent symmetry to the true symmetry (given with The document twin-calculator.pdf contains more detailed information about this issue, as well as tables which contain all the required information. + +.SH AUTHOR +This page was written by Thomas White. + +.SH REPORTING BUGS +Report bugs to <taw@physics.org>, or visit <http://www.desy.de/~twhite/crystfel>. + +.SH COPYRIGHT AND DISCLAIMER +Copyright © 2012 Thomas White <taw@physics.org> +.P +indexamajig is part of CrystFEL. +.P +CrystFEL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +.P +CrystFEL is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +.P +You should have received a copy of the GNU General Public License along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. + +.SH SEE ALSO +.BR crystfel (7), +.BR indexamajig (5), +.BR compare_hkl (1), +.BR check_hkl (1), +.BR render_hkl (1), +.BR partialator (1) |