aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-12-09 11:59:21 +0100
committerThomas White <taw@physics.org>2014-12-09 11:59:21 +0100
commitac0be37983d4a5507e21a19794cb0bf6474fd592 (patch)
tree75ee22d8de96bf1cc33bc30f4bd46f396c1d9928 /libcrystfel
parent8ad097374e1399b1634403bb97356e06af1767ac (diff)
read_stream_reflections_2_3(): set redundancy to 1
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c
index 4d32b955..3cc1c0e8 100644
--- a/libcrystfel/src/stream.c
+++ b/libcrystfel/src/stream.c
@@ -325,6 +325,7 @@ static RefList *read_stream_reflections_2_3(FILE *fh, struct detector *det)
set_esd_intensity(refl, sigma);
set_peak(refl, pk);
set_mean_bg(refl, bg);
+ set_redundancy(refl, 1);
}
} while ( rval != NULL );