diff options
author | Thomas White <taw@physics.org> | 2013-03-11 17:44:27 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-03-11 17:45:52 +0100 |
commit | 4b7fbbbfdea27b9098af5174dee9910baae0ab31 (patch) | |
tree | 29ed9ab1f9a50c57b5f3dfd150e01cb2b1450da1 /src/process_image.c | |
parent | 6af905071a4865bc4481226d9319a3f5740efae8 (diff) |
Get rid of "--filter-cm"
This was completely specific to pnCCDs, and not even properly general to the
different configurations there.
Diffstat (limited to 'src/process_image.c')
-rw-r--r-- | src/process_image.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |