aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/integration.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-11-17 13:38:59 +0100
committerThomas White <taw@physics.org>2015-11-17 13:41:05 +0100
commit0da136dd6faec832cd25e964c13f6081e0899a17 (patch)
tree21007288e44f3ae93c02c97b9d9f744d4a0ea85c /libcrystfel/src/integration.h
parent4af4c99976d9658cc38fe97755bae9b909c5a7e8 (diff)
Make gradient background fitting optional
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;