From b3854b29262d2f67eae90c1e54b39b09e49ea66b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 7 Jul 2010 16:51:26 +0200 Subject: compare_hkl: Use minimisation to determine the right scale factor --- src/compare_hkl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/compare_hkl.c') diff --git a/src/compare_hkl.c b/src/compare_hkl.c index b2b40da1..f87a7b88 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -142,9 +142,9 @@ int main(int argc, char *argv[]) } STATUS("%i,%i reflections: %i in common\n", nc1, nc2, ncom); R2 = stat_r2(ref1, c1, ref2, c2, &scale); - STATUS("R2 = %5.4f %% (scale=%5.2f)\n", R2*100.0, scale); + STATUS("R2 = %5.4f %% (scale=%5.2e)\n", R2*100.0, scale); Rmerge = stat_rmerge(ref1, c1, ref2, c2, &scale); - STATUS("Rmerge = %5.4f %% (scale=%5.2f)\n", Rmerge*100.0, scale); + STATUS("Rmerge = %5.4f %% (scale=%5.2e)\n", Rmerge*100.0, scale); if ( outfile != NULL ) { write_reflections(outfile, NULL, out, NULL, 1, cell, 1); -- cgit v1.2.3