diff options
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/process_image.h b/src/process_image.h index 2e03900e..395a54cd 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -44,10 +44,6 @@ struct index_args; #include "integration.h" #include "im-sandbox.h" #include "time-accounts.h" -#include "taketwo.h" -#include "xgandalf.h" -#include "pinkindexer.h" -#include "felix.h" enum { @@ -68,7 +64,6 @@ struct index_args int cmfilter; int noisefilter; int median_filter; - int satcorr; float threshold; float min_sq_gradient; float min_snr; @@ -114,11 +109,6 @@ struct index_args float fix_profile_r; 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 pinkIndexer_options pinkIndexer_opts; - struct felix_options felix_opts; Spectrum *spectrum; signed int wait_for_file; /* -1 means wait forever */ int no_image_data; |