diff options
Diffstat (limited to 'src/filters.h')
-rw-r--r-- | src/filters.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/filters.h b/src/filters.h new file mode 100644 index 00000000..b28cb908 --- /dev/null +++ b/src/filters.h @@ -0,0 +1,23 @@ +/* + * peaks.h + * + * Image filtering + * + * (c) 2006-2010 Thomas White <taw@physics.org> + * + * Part of CrystFEL - crystallography with a FEL + * + */ + + +#ifndef FILTERS_H +#define FILTERS_H + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + + +extern void clean_image(struct image *image); + +#endif /* FILTERS_H */ |