From f50d2f8a6bad4e1fbac7ef078cf51471848b3b31 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 7 Jul 2015 11:01:47 +0200 Subject: Add mask_file to geometry file, to allow bad pixel mask to be stored separately --- libcrystfel/src/detector.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcrystfel/src/detector.h') diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index acb6609f..582f82b8 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -96,6 +96,7 @@ struct panel double clen; /* Camera length in metres */ char *clen_from; char *mask; + char *mask_file; double res; /* Resolution in pixels per metre */ char badrow; /* 'x' or 'y' */ int no_index; /* Don't index peaks in this panel if non-zero */ -- cgit v1.2.3