aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-09-17 10:35:22 +0200
committerThomas White <taw@physics.org>2021-09-17 11:09:02 +0200
commite2f451edadc9908ea3c3b97329bddaf3bd0b23a5 (patch)
tree5077109f1ab6a835c7208a795d0aea7de25ebb07 /src/process_image.h
parent2c4b899909982bcfabdbb45c6a0e8842b12c3434 (diff)
indexamajig: Add --data-format
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process_image.h b/src/process_image.h
index cba6aa55..a52dd38a 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -45,6 +45,7 @@ struct index_args;
#include "im-sandbox.h"
#include "time-accounts.h"
#include "peaks.h"
+#include "image.h"
/* Information about the indexing process which is common to all patterns */
@@ -56,6 +57,7 @@ struct index_args
int no_image_data;
int no_mask_data;
float highres;
+ DataSourceType data_format;
/* Peak search */
enum peak_search_method peaks;