From 469efb904b59f137ac9e85e5ff23edd0c113de5c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 15 Nov 2011 12:17:59 +0100 Subject: Move a load more stuff into libcrystfel --- libcrystfel/src/filters.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 libcrystfel/src/filters.h (limited to 'libcrystfel/src/filters.h') diff --git a/libcrystfel/src/filters.h b/libcrystfel/src/filters.h new file mode 100644 index 00000000..6b35d7e8 --- /dev/null +++ b/libcrystfel/src/filters.h @@ -0,0 +1,25 @@ +/* + * 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 filter_cm(struct image *image); +extern void filter_noise(struct image *image, float *old); + + +#endif /* FILTERS_H */ -- cgit v1.2.3