From 25c3d29ed7701cadbb3813878f25b633a7cd7c2d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 15 Nov 2011 13:59:17 +0100 Subject: Move indexing and rendering to libcrystfel --- libcrystfel/src/reax.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 libcrystfel/src/reax.h (limited to 'libcrystfel/src/reax.h') diff --git a/libcrystfel/src/reax.h b/libcrystfel/src/reax.h new file mode 100644 index 00000000..543cd0d5 --- /dev/null +++ b/libcrystfel/src/reax.h @@ -0,0 +1,27 @@ +/* + * reax.h + * + * A new auto-indexer + * + * (c) 2011 Thomas White + * + * Part of CrystFEL - crystallography with a FEL + * + */ + + +#ifndef REAX_H +#define REAX_H + +#ifdef HAVE_CONFIG_H +#include +#endif + +#include "cell.h" + +extern IndexingPrivate *reax_prepare(void); +extern void reax_cleanup(IndexingPrivate *pp); + +extern void reax_index(IndexingPrivate *p, struct image *image, UnitCell *cell); + +#endif /* REAX_H */ -- cgit v1.2.3