From b925bc42dd86073b06dc5f8146ad1babc27741ef Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 10 Apr 2010 18:22:21 +0100 Subject: process_hkl: Minimum ten counts before writing a reflection --- src/reflections.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/reflections.h') diff --git a/src/reflections.h b/src/reflections.h index 8c513a64..052ddf9f 100644 --- a/src/reflections.h +++ b/src/reflections.h @@ -21,7 +21,8 @@ extern void write_reflections(const char *filename, unsigned int *counts, - double *ref, int zone_axis, UnitCell *cell); + double *ref, int zone_axis, UnitCell *cell, + unsigned int min_counts); extern double *read_reflections(const char *filename, unsigned int *counts); -- cgit v1.2.3