aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/grainspotter.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/grainspotter.h')
-rw-r--r--libcrystfel/src/grainspotter.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/libcrystfel/src/grainspotter.h b/libcrystfel/src/grainspotter.h
index 1aedf57f..720fc486 100644
--- a/libcrystfel/src/grainspotter.h
+++ b/libcrystfel/src/grainspotter.h
@@ -35,8 +35,16 @@
#include "cell.h"
+extern IndexingPrivate *grainspotter_prepare(IndexingMethod *indm,
+ UnitCell *cell,
+ const char *filename,
+ struct detector *det,
+ struct beam_params *beam,
+ float *ltl);
-extern void run_grainspotter(struct image *image, UnitCell *cell);
+extern void grainspotter_cleanup(IndexingPrivate *pp);
+
+extern int grainspotter_index(struct image *image, IndexingPrivate *p);
#endif /* GRAINSPOTTER_H */