From bc6e617c339fdd4e1be6042cb8b70fe9a704c863 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 23 May 2013 14:12:52 +0200 Subject: Individual panel arrays --- libcrystfel/src/detector.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libcrystfel/src/detector.h') diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index 43bdc42d..c8d36396 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -75,6 +75,9 @@ struct panel double yfs; double xss; double yss; + + int w; /* Width, calculated as max_fs-min_fs+1 */ + int h; /* Height, calculated as max_ss-min_ss+1 */ }; -- cgit v1.2.3