aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/process_image.h b/src/process_image.h
index 9a58a64f..c32df634 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -44,9 +44,6 @@ struct index_args;
#include "integration.h"
#include "im-sandbox.h"
#include "time-accounts.h"
-#include "taketwo.h"
-#include "xgandalf.h"
-#include "felix.h"
enum {
@@ -67,7 +64,6 @@ struct index_args
int cmfilter;
int noisefilter;
int median_filter;
- int satcorr;
float threshold;
float min_sq_gradient;
float min_snr;
@@ -115,9 +111,6 @@ struct index_args
float fix_divergence;
int overpredict;
int profile; /* Whether or not to do wall clock profiling */
- struct taketwo_options taketwo_opts;
- struct xgandalf_options xgandalf_opts;
- struct felix_options felix_opts;
Spectrum *spectrum;
signed int wait_for_file; /* -1 means wait forever */
int no_image_data;