aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/integration.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-08-11 12:09:33 +0200
committerThomas White <taw@physics.org>2014-08-11 12:09:33 +0200
commita82278dbdd8311c46676b0921c423934208ec81a (patch)
tree4e70476e4f2e6d1b9609dc37e286f8cc6569faf1 /libcrystfel/src/integration.h
parent55f6dd31901f05477d4c84437e4479d06059a56b (diff)
Take overlaps into account during integration
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 9e1c8ee1..6e80405c 100644
--- a/libcrystfel/src/integration.h
+++ b/libcrystfel/src/integration.h
@@ -112,6 +112,8 @@ extern void integrate_all_4(struct image *image, IntegrationMethod meth,
signed int idh, signed int idk, signed int idl,
int results_pipe);
+extern void flag_overlaps(struct image *image, double ir_inn);
+
#ifdef __cplusplus
}