aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/stream.c')
-rw-r--r--libcrystfel/src/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c
index 3b4f033b..83756c7a 100644
--- a/libcrystfel/src/stream.c
+++ b/libcrystfel/src/stream.c
@@ -207,7 +207,7 @@ static int write_peaks(const struct image *image,
p = &image->detgeom->panels[f->pn];
detgeom_transform_coords(p, f->fs, f->ss,
- image->lambda, r);
+ image->lambda, 0.0, 0.0, r);
q = modulus(r[0], r[1], r[2]);
write_fs = f->fs;