aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/fom.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-01-22 17:02:22 +0100
committerThomas White <taw@physics.org>2021-01-22 17:02:22 +0100
commit28253276c24cc129047b4435c58d2bd600a1354c (patch)
treea96d305048395d95148f31a34fe37d77d2a97980 /libcrystfel/src/fom.h
parentcfdbf3be72e936450d5cf09691fc0320c3752e66 (diff)
Remove selection of reflections for FoM to libcrystfel
Diffstat (limited to 'libcrystfel/src/fom.h')
-rw-r--r--libcrystfel/src/fom.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcrystfel/src/fom.h b/libcrystfel/src/fom.h
index 8af434e8..1adb940f 100644
--- a/libcrystfel/src/fom.h
+++ b/libcrystfel/src/fom.h
@@ -86,6 +86,13 @@ struct fom_context
int *n_within;
};
+extern int fom_select_reflections(RefList *list1, RefList *list2,
+ RefList *list1_acc, RefList *list2_acc,
+ UnitCell *cell, SymOpList *sym,
+ int anom, double rmin_fix, double rmax_fix,
+ double sigma_cutoff, int ignore_negs,
+ int zero_negs, int mul_cutoff,
+ double *pmin_I, double *pmax_I);
extern struct fom_context *fom_calculate(RefList *list1, RefList *list2,
UnitCell *cell,