diff options
author | Thomas White <taw@physics.org> | 2014-06-25 16:01:51 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-06-25 16:01:51 +0200 |
commit | cf34597c5f8583f68eaad22d85c849e1050c922b (patch) | |
tree | 4bf919b7591cc6f701157bb48885238e4b3afbfc /libcrystfel/src/integration.h | |
parent | def8bd0c541252e7f606c9286912eb67d3ac5929 (diff) |
Pass the partiality model down from the API level
Diffstat (limited to 'libcrystfel/src/integration.h')
-rw-r--r-- | libcrystfel/src/integration.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcrystfel/src/integration.h b/libcrystfel/src/integration.h index 84c1b900..f077be32 100644 --- a/libcrystfel/src/integration.h +++ b/libcrystfel/src/integration.h @@ -34,6 +34,8 @@ #endif +#include "geometry.h" + typedef enum { INTDIAG_NONE, @@ -97,6 +99,11 @@ extern void integrate_all_2(struct image *image, IntegrationMethod meth, IntDiag int_diag, signed int idh, signed int idk, signed int idl); +extern void integrate_all_3(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); #ifdef __cplusplus } |