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