From e6e4e70550a8aa451738bc8e4fd982fa886094ed Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 1 Jun 2013 12:05:11 -0700 Subject: Calculate reference profile for all pixels in peak box This makes no difference to the actual profile fitting, which only uses the peak region. It just makes it easier to see if the reference profile is sensible or not. --- libcrystfel/src/integration.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c index 776dadcf..3a3c9629 100644 --- a/libcrystfel/src/integration.c +++ b/libcrystfel/src/integration.c @@ -732,7 +732,6 @@ static void add_to_reference_profile(struct intcontext *ic, struct peak_box *bx) double val; float bi; - if ( bx->bm[p + ic->w*q] == BM_IG ) continue; if ( bx->bm[p + ic->w*q] == BM_BH ) continue; bi = boxi(ic, bx, p, q); -- cgit v1.2.3