aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-09-20 16:02:59 +0200
committerThomas White <taw@physics.org>2019-09-20 17:04:17 +0200
commitac669f51d502369b635cf9447abfd0bb94af1700 (patch)
tree47d4ddc6f5c00f052dee780bfa9b6f37536eab25 /src/process_image.h
parentf901c64ce6ce7b0acfdef5051af350e4b65f8590 (diff)
Delegate option processing for indexing methods
Involves switching from getopt_long to argp. A big improvement!
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;