From c2f556d32166abfaf6d34f4d96ee650cf6101487 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 24 May 2013 15:26:04 +0200 Subject: Do the actual profile fitting --- libcrystfel/src/hdf5-file.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcrystfel/src/hdf5-file.c') diff --git a/libcrystfel/src/hdf5-file.c b/libcrystfel/src/hdf5-file.c index 3c4066be..12b6dab2 100644 --- a/libcrystfel/src/hdf5-file.c +++ b/libcrystfel/src/hdf5-file.c @@ -538,6 +538,8 @@ static int unpack_panels(struct image *image, struct detector *det) image->dp[pi][fs+p->w*ss] = image->data[idx]; + if ( p->no_index ) bad = 1; + if ( in_bad_region(det, cfs, css) ) { bad = 1; } -- cgit v1.2.3