aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-05-27 11:35:56 +0200
committerThomas White <taw@physics.org>2020-07-29 18:42:57 +0200
commit199f01b01f65d254fcb514516eaaf67866b66bcb (patch)
tree95e284871a65a2bc6208c846267c72043a24dfa0 /src
parentaab8403884c4731f7365796de8f53315f4a61616 (diff)
Convert estimate_peak_resolution to detgeom
Diffstat (limited to 'src')
-rw-r--r--src/process_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_image.c b/src/process_image.c
index 60e3edbc..5fdafdbe 100644
--- a/src/process_image.c
+++ b/src/process_image.c
@@ -311,7 +311,7 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs,
image->peak_resolution = estimate_peak_resolution(image->features,
image->lambda,
- image->det);
+ image->detgeom);
restore_image_data(image->dp, image->detgeom, prefilter);