diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-08 16:27:09 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:09 +0100 |
commit | 19fafd8430ce2006af9151802534cfd2e12f5295 (patch) | |
tree | a2a23aff490557c9296e09c217dfce0daca3b86c | |
parent | 0c47f1c33012e995b3a46a7d85152362142a8677 (diff) |
Add comments in detector.h
-rw-r--r-- | src/detector.h | 6 |
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 */ |