aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-06-07 16:10:40 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:27 +0100
commit4445feb92cc182029c0039e0363af41f10225863 (patch)
treeff73decfae4c32e572328a124f45501b88dfa731 /src/detector.h
parent73d5930cb8351d470e583c6ab5ed22ff1a851c8f (diff)
Parser for linear combinations of x and y for fs and ss
Conflicts: src/detector.c src/peaks.c
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/detector.h b/src/detector.h
index 7073a47a..248534f3 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -34,6 +34,7 @@ struct panel
int max_ss;
double cnx; /* Location of corner (min_fs,min_ss) in pixels */
double cny;
+ double coffset;
double clen; /* Camera length in metres */
char *clen_from;
double res; /* Resolution in pixels per metre */