/* * peaks.h * * Image filtering * * (c) 2006-2010 Thomas White * * Part of CrystFEL - crystallography with a FEL * */ #ifndef FILTERS_H #define FILTERS_H #ifdef HAVE_CONFIG_H #include #endif extern void clean_image(struct image *image); #endif /* FILTERS_H */