diff options
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 * |