From 91c1f0798262d033a4c8caf0decabd85d2e244b1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 12 Oct 2017 16:25:37 +0200 Subject: indexamajig: Simplify Felix options --- libcrystfel/src/felix.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'libcrystfel/src/felix.h') diff --git a/libcrystfel/src/felix.h b/libcrystfel/src/felix.h index 40568d37..ab9ba744 100644 --- a/libcrystfel/src/felix.h +++ b/libcrystfel/src/felix.h @@ -36,8 +36,20 @@ #include "cell.h" +struct felix_options +{ + double ttmin; /* radians */ + double ttmax; /* radians */ + int min_measurements; + double min_completeness; + double min_uniqueness; + int n_voxels; + double test_fraction; + double sigma; +}; + extern void *felix_prepare(IndexingMethod *indm, UnitCell *cell, - const char *options); + struct felix_options *opts); extern void felix_cleanup(IndexingPrivate *pp); -- cgit v1.2.3