From 5e885985c5703169db06872db98bfa4846ec433b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 16 May 2014 12:04:06 +0200 Subject: Allow bad regions to be specified as fs/ss as well as x/y --- libcrystfel/src/detector.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libcrystfel/src/detector.h') diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index e44147eb..c63326fb 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -102,10 +102,19 @@ struct panel struct badregion { char name[1024]; + int is_fsss; + double min_x; double max_x; double min_y; double max_y; + + /* Specified INCLUSIVELY */ + int min_fs; + int max_fs; + int min_ss; + int max_ss; + }; -- cgit v1.2.3