From 19fafd8430ce2006af9151802534cfd2e12f5295 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 8 Dec 2010 16:27:09 -0700 Subject: Add comments in detector.h --- src/detector.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/detector.h') 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 */ -- cgit v1.2.3