aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-04-01 14:36:17 +0200
committerThomas White <taw@physics.org>2020-07-29 18:42:57 +0200
commit6f9306896ab99acfbd2fb111449a98bea6dce5e5 (patch)
treefe14bd37c0d45fdf6bac1ee02bcdbd77c4015b5c /src/process_image.h
parent84cf3017548386058c2a788a065c7ddbad6f117e (diff)
Add DataTemplate to iargs
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_image.h b/src/process_image.h
index a54d9224..debae92e 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -59,6 +59,7 @@ struct index_args
float min_snr;
int check_hdf5_snr;
struct detector *det;
+ const DataTemplate *dtempl;
IndexingPrivate *ipriv;
enum peak_search_method peaks;
float tols[6];