aboutsummaryrefslogtreecommitdiff
path: root/src/dw-hdfsee.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-03-11 17:44:27 +0100
committerThomas White <taw@physics.org>2013-03-11 17:45:52 +0100
commit4b7fbbbfdea27b9098af5174dee9910baae0ab31 (patch)
tree29ed9ab1f9a50c57b5f3dfd150e01cb2b1450da1 /src/dw-hdfsee.h
parent6af905071a4865bc4481226d9319a3f5740efae8 (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/dw-hdfsee.h')
-rw-r--r--src/dw-hdfsee.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dw-hdfsee.h b/src/dw-hdfsee.h
index 6bc2ae12..3e908947 100644
--- a/src/dw-hdfsee.h
+++ b/src/dw-hdfsee.h
@@ -100,7 +100,6 @@ typedef struct {
int binning;
double boostint;
- int cmfilter; /* Use CM subtraction */
int noisefilter; /* Use aggressive noise filter */
int median_filter;
int use_geom;
@@ -119,7 +118,7 @@ typedef struct {
/* Open an image display window showing the given filename, or NULL */
extern DisplayWindow *displaywindow_open(const char *filename,
const char *peaks, double boost,
- int binning, int cmfilter,
+ int binning,
int noisefilter, int colscale,
const char *element,
const char *geometry, int show_rings,