From 4b7fbbbfdea27b9098af5174dee9910baae0ab31 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 11 Mar 2013 17:44:27 +0100 Subject: Get rid of "--filter-cm" This was completely specific to pnCCDs, and not even properly general to the different configurations there. --- src/process_image.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/process_image.c') diff --git a/src/process_image.c b/src/process_image.c index a8eeb663..ef673c84 100644 --- a/src/process_image.c +++ b/src/process_image.c @@ -134,8 +134,6 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs, return; } - if ( iargs->cmfilter ) filter_cm(&image); - /* Take snapshot of image after CM subtraction but before applying * horrible noise filters to it */ data_size = image.width * image.height * sizeof(float); -- cgit v1.2.3