From 0431728cc5efd3321b1c60f97a830dd525cf04c8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 25 Jul 2013 12:04:01 +0200 Subject: partialator: Simplify scaling --- src/partialator.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/partialator.c') diff --git a/src/partialator.c b/src/partialator.c index 73046e0a..07d7437c 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -190,7 +190,7 @@ static int select_scalable_reflections(RefList *list, RefList *reference) if ( get_partiality(refl) < 0.1 ) sc = 0; v = fabs(get_intensity(refl)); esd = get_esd_intensity(refl); - if ( v < 0.5*esd ) sc = 0; + //if ( v < 0.5*esd ) sc = 0; /* If we are scaling against a reference set, we additionally * require that this reflection is in the reference list. */ @@ -497,6 +497,7 @@ int main(int argc, char *argv[]) n_crystals = 0; images = NULL; crystals = NULL; + do { RefList *as; -- cgit v1.2.3