aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.c
diff options
context:
space:
mode:
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;