diff options
author | Richard Kirian <rkirian@asu.edu> | 2010-12-08 15:00:44 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:08 +0100 |
commit | 38e84c0bd440b03148fd6919d9e4c7852efee923 (patch) | |
tree | e2885c7a7045982574c83694cc6672501c83699d /src/mosflm.h | |
parent | 4a2a0d658d251371c136efe5160ba5081498f970 (diff) |
added fake mosflm support (runs dirax)
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 */ |