aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.c
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.c
parent372c7db873ffbc538591d66ff1c7a1fc5d390a65 (diff)
indexamajig: Don't check SNR with --peaks=hdf5 unless given --check-hdf5-snr
Diffstat (limited to 'src/process_image.c')
-rw-r--r--src/process_image.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/process_image.c b/src/process_image.c
index d1e3a7de..9c4c740d 100644
--- a/src/process_image.c
+++ b/src/process_image.c
@@ -3,11 +3,11 @@
*
* The processing pipeline for one image
*
- * Copyright © 2012-2013 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2010-2013 Thomas White <taw@physics.org>
+ * 2010-2014 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
@@ -128,7 +128,8 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs,
if ( !iargs->no_revalidate ) {
validate_peaks(&image, iargs->min_snr,
iargs->ir_inn, iargs->ir_mid,
- iargs->ir_out, iargs->use_saturated);
+ iargs->ir_out, iargs->use_saturated,
+ iargs->check_hdf5_snr);
}
break;