From 47e0485522fa593ca54c61f39183dd204638c693 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 6 May 2013 18:17:38 +0200 Subject: Add num_reflections to stream --- libcrystfel/src/stream.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcrystfel/src/stream.c') diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index 03f969f8..5782bb82 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -173,6 +173,8 @@ static void write_crystal(Stream *st, Crystal *cr, int include_reflections) crystal_get_resolution_limit(cr)/1e9, 1e9 / crystal_get_resolution_limit(cr)); + fprintf(st->fh, "num_reflections = %i\n", + num_reflections(reflist)); fprintf(st->fh, "num_saturated_reflections = %lli\n", crystal_get_num_saturated_reflections(cr)); -- cgit v1.2.3