From a59b214e1c08f4b988cc4fb2e6ef1c5d10ec363f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 21 Jul 2015 13:28:01 +0200 Subject: Add random partiality model --- libcrystfel/src/geometry.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcrystfel/src/geometry.h') 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; -- cgit v1.2.3