/* * 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 * * Part of CrystFEL - crystallography with a FEL * */ #ifndef MOSFLM_H #define MOSFLM_H #ifdef HAVE_CONFIG_H #include #endif #include "utils.h" extern void run_mosflm(struct image *image); #endif /* MOSFLM_H */