aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-02-19 06:52:54 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:15 +0100
commit019ffcd0537c598b231806d617c2472bd5c7b115 (patch)
treea97ad7969b84b03b6032d56a1e5c471b41412a52 /src/detector.h
parent6fb8d4b727b82f32168f9ba44a1d4f5c5033d181 (diff)
Add the ability to flip and rotate panels in the geometry file
Note: breaks compatability with previous versions
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/detector.h b/src/detector.h
index 8bd537d1..281db57a 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -33,6 +33,11 @@ struct panel
char badrow; /* 'x' or 'y' */
int no_index; /* Don't index peaks in this panel if non-zero */
float peak_sep; /* Characteristic peak separation */
+
+ signed int fsx;
+ signed int fsy;
+ signed int ssx;
+ signed int ssy;
};
struct detector