aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/libcrystfel/CrystFEL-docs.sgml2
-rw-r--r--doc/stream-format.txt15
2 files changed, 16 insertions, 1 deletions
diff --git a/doc/reference/libcrystfel/CrystFEL-docs.sgml b/doc/reference/libcrystfel/CrystFEL-docs.sgml
index 1c91e72f..413d2c50 100644
--- a/doc/reference/libcrystfel/CrystFEL-docs.sgml
+++ b/doc/reference/libcrystfel/CrystFEL-docs.sgml
@@ -8,7 +8,7 @@
<bookinfo>
<title>CrystFEL Reference Manual</title>
<releaseinfo>
- For libcrystfel from CrystFEL 0.4.3.
+ For libcrystfel from CrystFEL 0.5.0.
</releaseinfo>
<abstract>
This is the internal documentation for CrystFEL. Unless you are looking at
diff --git a/doc/stream-format.txt b/doc/stream-format.txt
new file mode 100644
index 00000000..b74d50c1
--- /dev/null
+++ b/doc/stream-format.txt
@@ -0,0 +1,15 @@
+CrystFEL stream format
+----------------------
+
+num_peaks: The number of peaks accepted for indexing. If you used
+ "--use-saturated", this includes the saturated peaks which are also counted by
+ num_saturated_peaks. If you didn't, then it doesn't.
+
+num_saturated_peaks: The number of saturated peaks, regardless of whether or not
+ they were used for indexing (see --use-saturated).
+
+num_saturated_reflections: The number of saturated reflections, regardless of
+ whether or not they were included in the reflection list
+ (see --integrate-saturated). Reflections which could not be integrated for
+ some other reason, e.g. because they were close to a panel edge or hit a bad
+ region, are NOT included in this count.