diff options
author | Thomas White <taw@physics.org> | 2013-05-23 14:12:52 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-05-27 17:33:15 +0200 |
commit | bc6e617c339fdd4e1be6042cb8b70fe9a704c863 (patch) | |
tree | d83c779d4917a559ded079f99117b53ede59ca9f /libcrystfel/src/detector.h | |
parent | 4fd346391387f740c29561257a5af3fdfdd56700 (diff) |
Individual panel arrays
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r-- | libcrystfel/src/detector.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ }; |