From 8ef8fa59cbd8afac2375c5dbb1acc524ac322fbc Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 17 Feb 2010 10:38:57 +0100 Subject: WIP on per-panel detector geometry --- src/detector.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/detector.h') diff --git a/src/detector.h b/src/detector.h index 30c2f44c..4a983313 100644 --- a/src/detector.h +++ b/src/detector.h @@ -26,8 +26,10 @@ struct panel int max_x; /* Largest x value considered to be in this panel */ int min_y; /* ... and so on */ int max_y; - float cx; /* Location of centre */ + float cx; /* Location of centre */ float cy; + float clen; /* Camera length */ + float res; /* Resolution */ }; struct detector -- cgit v1.2.3