aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-03-05 11:47:41 +0100
committerThomas White <taw@physics.org>2020-07-29 18:42:24 +0200
commit94df5f31d5a91b22991e26cd02bc37763005f2d1 (patch)
tree569de419937b1b17747e396837ee222e736ea568 /src/process_image.c
parent026af04547c22c67886c66d3b1808c4dd3ade997 (diff)
ImageFeatureList: Store panel number, not pointer
This makes the conversion to DataTemplate/detgeom MUCH easier.
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);