diff options
author | Thomas White <taw@physics.org> | 2020-05-27 11:35:56 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:42:57 +0200 |
commit | 199f01b01f65d254fcb514516eaaf67866b66bcb (patch) | |
tree | 95e284871a65a2bc6208c846267c72043a24dfa0 /src/process_image.c | |
parent | aab8403884c4731f7365796de8f53315f4a61616 (diff) |
Convert estimate_peak_resolution to detgeom
Diffstat (limited to 'src/process_image.c')
-rw-r--r-- | src/process_image.c | 2 |
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); |