/* * intensities.h * * Extract intensities from patterns * * (c) 2006-2010 Thomas White * * Part of CrystFEL - crystallography with a FEL * */ #ifdef HAVE_CONFIG_H #include #endif #ifndef INTENSITIES_H #define INTENSITIES_H #include "image.h" extern void output_intensities(struct image *image); #endif /* INTENSITIES_H */