From 4445feb92cc182029c0039e0363af41f10225863 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 7 Jun 2011 16:10:40 +0200 Subject: Parser for linear combinations of x and y for fs and ss Conflicts: src/detector.c src/peaks.c --- src/detector.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/detector.h') 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 */ -- cgit v1.2.3