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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process_image.c b/src/process_image.c
index 1e6bb814..930052c4 100644
--- a/src/process_image.c
+++ b/src/process_image.c
@@ -359,7 +359,8 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs,
}
image.peak_resolution = estimate_peak_resolution(image.features,
- image.lambda);
+ image.lambda,
+ image.det);
restore_image_data(image.dp, image.det, prefilter);