diff options
author | Thomas White <taw@physics.org> | 2014-06-26 16:34:59 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-06-27 15:44:28 +0200 |
commit | 8bcc2f1fd10f5c1efdf89c00d04af1f0de948741 (patch) | |
tree | 4caae4331b505cae573923dd71e014b7e7148052 /libcrystfel/src/geometry.h | |
parent | 19f977c6d62ffca9f13bcdefef32b5b27a326b7a (diff) |
Add Thin Ewald Sphere model
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 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; |