diff options
Diffstat (limited to 'src/mosflm.h')
-rw-r--r-- | src/mosflm.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/mosflm.h b/src/mosflm.h new file mode 100644 index 00000000..8d09d8d5 --- /dev/null +++ b/src/mosflm.h @@ -0,0 +1,28 @@ +/* + * mosflm.h + * + * Invoke the DPS auto-indexing algorithm through MOSFLM + * + * This will actuaully run DirAx for now... will be fixed soon... + * + * (c) 2006-2010 Thomas White <taw@physics.org> + * + * Part of CrystFEL - crystallography with a FEL + * + */ + + +#ifndef MOSFLM_H +#define MOSFLM_H + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + +#include "utils.h" + + +extern void run_mosflm(struct image *image); + + +#endif /* MOSFLM_H */ |