aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/integration.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/integration.h')
-rw-r--r--libcrystfel/src/integration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/integration.h b/libcrystfel/src/integration.h
index a012fc14..2dd6139a 100644
--- a/libcrystfel/src/integration.h
+++ b/libcrystfel/src/integration.h
@@ -75,6 +75,7 @@ typedef enum {
* @INTEGRATION_SATURATED: Integrate saturated reflections
* @INTEGRATION_CENTER: Center the peak in the box prior to integration
* @INTEGRATION_RESCUT: Stop integrating at the diffraction limit of the crystal
+ * @INTEGRATION_GRADIENTBG: Fit a gradient to the background
*
* An enumeration of all the available integration methods.
**/
@@ -91,6 +92,7 @@ typedef enum {
INTEGRATION_SATURATED = 256,
INTEGRATION_CENTER = 512,
INTEGRATION_RESCUT = 1024,
+ INTEGRATION_GRADIENTBG = 2048,
} IntegrationMethod;