aboutsummaryrefslogtreecommitdiff
path: root/doc/man/list_events.1
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-02-05 16:35:53 +0100
committerThomas White <taw@physics.org>2015-02-05 16:35:53 +0100
commitfd2ce66ce5c04857f1599e0b065ace90f6dff1f9 (patch)
treeedcc01986a475cdd371630a94ead049584ad5d8e /doc/man/list_events.1
parent30a43a9ccadfb72432264fdb6a5bca8540b06e86 (diff)
Tweak manual pages
Diffstat (limited to 'doc/man/list_events.1')
-rw-r--r--doc/man/list_events.158
1 files changed, 58 insertions, 0 deletions
diff --git a/doc/man/list_events.1 b/doc/man/list_events.1
new file mode 100644
index 00000000..d1e080e3
--- /dev/null
+++ b/doc/man/list_events.1
@@ -0,0 +1,58 @@
+.\"
+.\" list_events man page
+.\"
+.\" Copyright © 2015 Thomas White <taw@physics.org>
+.\"
+.\" Part of CrystFEL - crystallography with a FEL
+.\"
+
+.TH LIST_EVENTS 1
+.SH NAME
+list_events \- generate event lists
+.SH SYNOPSIS
+.PP
+\fBlist_events -i \fIfiles.lst \fB-o \fIevents.lst \fB-g \fIgeometry.geom
+.PP
+\fBlist_events --help\fI
+
+.SH DESCRIPTION
+list_events expands a list of filenames, where each file contains events in a multi-event format (e.g. the CXI format, http://www.cxidb.org/), into a list of individual events.
+
+.SH OPTIONS
+
+.IP "\fB-i \fIfilename\fR"
+.IP \fB--input=\fIfilename\fR
+.PD
+Read the list of input filenames from \fIfilename\fR.
+
+.IP "\fB-g \fIfilename\fR"
+.IP \fB--geometry=\fIfilename\fR
+.PD
+Read the data layout (and detector geometry) from \fIfilename\fR.
+
+.IP "\fB-o \fIfilename\fR"
+.IP \fB--output=\fIfilename\fR
+.PD
+Write the list of events to \fIfilename\fR.
+
+.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 © 2015 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association.
+.P
+list_events, and this manual, are 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 (1),
+.BR crystfel_geometry (5)