diff options
author | Thomas White <taw@physics.org> | 2013-06-06 16:17:31 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-06-06 16:17:31 +0200 |
commit | fedf99d403d1ed032b7e0cb4743b9628e08d58c4 (patch) | |
tree | d71a4958a354d3ff0420b4f1aece4a44694fdcdc /libcrystfel | |
parent | b7e446f56729083f4d6fb0fffc9c1a5d67b55e29 (diff) |
Update docs
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/integration.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/src/integration.h b/libcrystfel/src/integration.h index 7ea55143..58f05c39 100644 --- a/libcrystfel/src/integration.h +++ b/libcrystfel/src/integration.h @@ -39,8 +39,8 @@ /** * IntegrationMethod: * @INTEGRATION_NONE: No integration at all - * @INTEGRATION_RINGS: Predict reflections and integrate them all - * @INTEGRATION_REFINE: As @INTEGRATION_RINGS, but + * @INTEGRATION_RINGS: Summation of pixel values inside ring, minus background + * @INTEGRATION_PROF2D: Two dimensional profile fitting * * @INTEGRATION_SATURATED: Integrate saturated reflections * |