aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/geometry.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-07-17 11:27:36 +0200
committerThomas White <taw@physics.org>2019-07-17 13:38:54 +0200
commit2b2d41cd933bb1015fbf95b63dd8ec3c990b0767 (patch)
treecaa27ad9a766146e4d463b2ec513167357569b45 /libcrystfel/src/geometry.h
parent930ac8c40b7d721291f06759bb35cd93e1e172f9 (diff)
partialator: Add "offset" model (Ewald sphere offset assuming monochromatic beam)
Diffstat (limited to 'libcrystfel/src/geometry.h')
-rw-r--r--libcrystfel/src/geometry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/geometry.h b/libcrystfel/src/geometry.h
index a9000428..e6e862a5 100644
--- a/libcrystfel/src/geometry.h
+++ b/libcrystfel/src/geometry.h
@@ -59,6 +59,7 @@ typedef enum {
PMODEL_UNITY, /**< Set all partialities and Lorentz factors to 1. */
PMODEL_XSPHERE, /**< Flat sphere model with super-Gaussian spectrum */
+ PMODEL_OFFSET, /**< Ewald offset model for monochromatic beam */
PMODEL_RANDOM, /**< Randomly assigned partialities */
} PartialityModel;