diff options
Diffstat (limited to 'libcrystfel/src/geometry.h')
-rw-r--r-- | libcrystfel/src/geometry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/geometry.h b/libcrystfel/src/geometry.h index 474755b2..6b035175 100644 --- a/libcrystfel/src/geometry.h +++ b/libcrystfel/src/geometry.h @@ -49,6 +49,7 @@ extern "C" { * @PMODEL_UNITY : Set all all partialities and Lorentz factors to 1. * @PMODEL_SCSPHERE : Sphere model with source coverage factor included * @PMODEL_SCGAUSSIAN : Gaussian model with source coverage factor included + * @PMODEL_RANDOM : Randomly assigned partialities * * A %PartialityModel describes a geometrical model which can be used to * calculate spot partialities and Lorentz correction factors. @@ -58,6 +59,7 @@ typedef enum { PMODEL_UNITY, PMODEL_SCSPHERE, PMODEL_SCGAUSSIAN, + PMODEL_RANDOM, } PartialityModel; |