From 8bcc2f1fd10f5c1efdf89c00d04af1f0de948741 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 26 Jun 2014 16:34:59 +0200 Subject: Add Thin Ewald Sphere 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 1f465167..8041936a 100644 --- a/libcrystfel/src/geometry.h +++ b/libcrystfel/src/geometry.h @@ -50,6 +50,7 @@ extern "C" { * space. * @PMODEL_UNITY : Set all all partialities and Lorentz factors to 1. * @PMODEL_GAUSSIAN : Gaussian profiles in 3D + * @PMODEL_THIN : Thin Ewald sphere intersecting sphere * * A %PartialityModel describes a geometrical model which can be used to * calculate spot partialities and Lorentz correction factors. @@ -59,6 +60,7 @@ typedef enum { PMODEL_SPHERE, PMODEL_UNITY, PMODEL_GAUSSIAN, + PMODEL_THIN, } PartialityModel; -- cgit v1.2.3