diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-06-01 12:05:11 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-06-01 12:05:11 -0700 |
commit | e6e4e70550a8aa451738bc8e4fd982fa886094ed (patch) | |
tree | a974c8fb63ac8c4d1940a46f5e84c68d37d4e07f /libcrystfel/src | |
parent | 4a7b656e74d02297f4b6354ae6a4a8030b87b087 (diff) |
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.
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/integration.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |