From 4417dabb492eb07bec9834bc9bc99165cd054c73 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 16 Aug 2010 14:46:42 +0200 Subject: indexamajig: Prepare for other indexing methods which need initial setup --- src/templates.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/templates.h (limited to 'src/templates.h') diff --git a/src/templates.h b/src/templates.h new file mode 100644 index 00000000..dad46843 --- /dev/null +++ b/src/templates.h @@ -0,0 +1,30 @@ +/* + * templates.h + * + * Indexing by template matching + * + * (c) 2006-2010 Thomas White + * + * Part of CrystFEL - crystallography with a FEL + * + */ + +#ifndef TEMPLATES_H +#define TEMPLATES_H + +#ifdef HAVE_CONFIG_H +#include +#endif + + +#include "index.h" +#include "image.h" +#include "cell.h" + +extern IndexingPrivate *generate_templates(UnitCell *cell, + const char *filename); + + +extern void match_templates(struct image *image, IndexingPrivate *ipriv); + +#endif /* TEMPLATES_H */ -- cgit v1.2.3