aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-03-26 17:48:47 +0100
committerThomas White <taw@physics.org>2014-03-26 17:48:47 +0100
commitfddfbb4fd069d914865afc53053574b87ba2d552 (patch)
tree6523ca8cd5d9c1c65d4064b433e4197f41aad8ac /src/process_image.h
parent372c7db873ffbc538591d66ff1c7a1fc5d390a65 (diff)
indexamajig: Don't check SNR with --peaks=hdf5 unless given --check-hdf5-snr
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 90113ff9..20e6fe2e 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -55,6 +55,7 @@ struct index_args
float threshold;
float min_gradient;
float min_snr;
+ int check_hdf5_snr;
struct detector *det;
IndexingMethod *indm;
IndexingPrivate **ipriv;