From e26edd4e367c5425ee368d68e3c40e598e1e510f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 5 Jul 2011 11:57:41 +0200 Subject: Predict reflections with p<0.1 --- src/geometry.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/geometry.c b/src/geometry.c index 7a11b110..df1e8ac4 100644 --- a/src/geometry.c +++ b/src/geometry.c @@ -206,9 +206,8 @@ static int check_reflection(struct image *image, double mres, * zero) correspond to the six situations in Table 3 of Rossmann * et al. (1979). */ - /* Calculate partiality and reject if too small */ + /* Calculate partiality */ part = partiality(rlow, rhigh, image->profile_radius); - if ( part < 0.1 ) return 0; /* Locate peak on detector. */ p = locate_peak(xl, yl, zl, kcen, image->det, &xda, &yda); -- cgit v1.2.3