From e70bc9693d1db5df26aaefacc7fa34d3eb7dd36f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 27 Sep 2011 16:53:17 +0200 Subject: Add horrendous fudge for partiality graph --- src/scaling-report.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/scaling-report.c') diff --git a/src/scaling-report.c b/src/scaling-report.c index 8476bd25..faf728e2 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -328,6 +328,8 @@ static void partiality_histogram(cairo_t *cr, const struct image *images, Ipart = get_intensity(refl); Ifull = get_intensity(f); + if ( Ifull < 10 ) continue; /* FIXME: Ugh */ + pobs = Ipart/(images[i].osf*Ifull); pcalc = get_partiality(refl); -- cgit v1.2.3