aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-12-08 16:27:09 -0700
committerThomas White <taw@physics.org>2012-02-22 15:27:09 +0100
commit19fafd8430ce2006af9151802534cfd2e12f5295 (patch)
treea2a23aff490557c9296e09c217dfce0daca3b86c /src
parent0c47f1c33012e995b3a46a7d85152362142a8677 (diff)
Add comments in detector.h
Diffstat (limited to 'src')
-rw-r--r--src/detector.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/detector.h b/src/detector.h
index 375731cd..63d4d268 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -26,10 +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 in pixels */
float cy;
- float clen; /* Camera length */
- float res; /* Resolution */
+ float clen; /* Camera length in metres */
+ float res; /* Resolution in pixels per metre */
char badrow; /* 'x' or 'y' */
int no_index; /* Don't index peaks in this panel if non-zero */
float peak_sep; /* Characteristic peak separation */