diff options
author | Thomas White <taw@physics.org> | 2013-07-04 15:28:19 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-07-04 15:29:16 +0200 |
commit | d53d140090f4132d8bb53b95bd192cedc47a6283 (patch) | |
tree | 841b6b01a49dc5535ff3204cace5cd47f782a438 /libcrystfel/src | |
parent | 11e82cc07b8fc31c660079189e45ffd5528c9e45 (diff) |
Update docs
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/integration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/integration.h b/libcrystfel/src/integration.h index b438e090..1273348d 100644 --- a/libcrystfel/src/integration.h +++ b/libcrystfel/src/integration.h @@ -41,8 +41,8 @@ * @INTEGRATION_NONE: No integration at all * @INTEGRATION_RINGS: Summation of pixel values inside ring, minus background * @INTEGRATION_PROF2D: Two dimensional profile fitting - * * @INTEGRATION_SATURATED: Integrate saturated reflections + * @INTEGRATION_CENTER: Center the peak in the box prior to integration * * An enumeration of all the available integration methods. **/ |