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.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;