From ac669f51d502369b635cf9447abfd0bb94af1700 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 20 Sep 2019 16:02:59 +0200 Subject: Delegate option processing for indexing methods Involves switching from getopt_long to argp. A big improvement! --- src/process_image.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/process_image.h') 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; -- cgit v1.2.3