aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-04 18:14:54 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:17 +0100
commit9357d8f186760fda060fe3324d88480c877c21f3 (patch)
treeddab7c657522ffa0372f79763099c160568b5c33 /src/detector.h
parentea2c477e283e8d945064956199151774a4764ad6 (diff)
Transformation matrix shouldn't be integer
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/detector.h b/src/detector.h
index 028bd589..c4e06cef 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -38,10 +38,10 @@ struct panel
int no_index; /* Don't index peaks in this panel if non-zero */
double peak_sep; /* Characteristic peak separation */
- signed int fsx;
- signed int fsy;
- signed int ssx;
- signed int ssy;
+ double fsx;
+ double fsy;
+ double ssx;
+ double ssy;
double xfs;
double yfs;