From 8a89c359ebb241d36db89acf188d130691663e51 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 5 Jan 2010 17:35:59 +0100 Subject: Introduce process_images --- src/dirax.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/dirax.h (limited to 'src/dirax.h') diff --git a/src/dirax.h b/src/dirax.h new file mode 100644 index 00000000..2facc4f6 --- /dev/null +++ b/src/dirax.h @@ -0,0 +1,24 @@ +/* + * dirax.h + * + * Invoke the DirAx auto-indexing program + * + * (c) 2006-2009 Thomas White + * + * Part of CrystFEL - crystallography with a FEL + * + */ + + +#ifndef DIRAX_H +#define DIRAX_H + +#ifdef HAVE_CONFIG_H +#include +#endif + + +extern void index_pattern(struct image *image); + + +#endif /* DIRAX_H */ -- cgit v1.2.3