diff options
author | Thomas White <taw@physics.org> | 2018-01-19 13:17:40 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-02-27 17:12:41 +0100 |
commit | 0f24c4fb9451f1c32fb89534b37bf7f804e37d99 (patch) | |
tree | 1a55f6dd1ba4c477e6aecd3141a298dcd420eb58 /libcrystfel/src/integration.h | |
parent | d813960912ddc76d5cff0501b4f7783c3eeca95d (diff) |
indexamajig: Add --overpredict
Diffstat (limited to 'libcrystfel/src/integration.h')
-rw-r--r-- | libcrystfel/src/integration.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcrystfel/src/integration.h b/libcrystfel/src/integration.h index 2dd6139a..3bf11ee8 100644 --- a/libcrystfel/src/integration.h +++ b/libcrystfel/src/integration.h @@ -130,6 +130,12 @@ extern void integrate_all_4(struct image *image, IntegrationMethod meth, signed int idh, signed int idk, signed int idl, pthread_mutex_t *term_lock); +extern void integrate_all_5(struct image *image, IntegrationMethod meth, + PartialityModel pmodel, double push_res, + double ir_inn, double ir_mid, double ir_out, + IntDiag int_diag, + signed int idh, signed int idk, signed int idl, + pthread_mutex_t *term_lock, int overpredict); #ifdef __cplusplus } |