From 130b1bd699079e6418f6f8d44fca191cfd102f70 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 22 Nov 2013 21:46:05 -0800 Subject: indexamajig: Add --int-diag --- libcrystfel/src/integration.h | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'libcrystfel/src/integration.h') diff --git a/libcrystfel/src/integration.h b/libcrystfel/src/integration.h index 1273348d..68ce91ec 100644 --- a/libcrystfel/src/integration.h +++ b/libcrystfel/src/integration.h @@ -33,6 +33,16 @@ #include #endif + +typedef enum { + + INTDIAG_NONE, + INTDIAG_RANDOM, + INTDIAG_ALL, + INTDIAG_INDICES + +} IntDiag; + #define INTEGRATION_DEFAULTS_RINGS (INTEGRATION_RINGS) #define INTEGRATION_DEFAULTS_PROF2D (INTEGRATION_PROF2D | INTEGRATION_CENTER) @@ -68,6 +78,9 @@ typedef enum { extern IntegrationMethod integration_method(const char *t, int *err); extern void integrate_all(struct image *image, IntegrationMethod meth, - double ir_inn, double ir_mid, double ir_out); + double ir_inn, double ir_mid, double ir_out, + IntDiag int_diag, + signed int idh, signed int idk, signed int idl); + #endif /* INTEGRATION_H */ -- cgit v1.2.3