Index: trunk/psLib/src/astronomy/psAstrometry.h
===================================================================
--- trunk/psLib/src/astronomy/psAstrometry.h	(revision 2001)
+++ trunk/psLib/src/astronomy/psAstrometry.h	(revision 2048)
@@ -8,6 +8,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-07 19:16:46 $
+*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-12 01:34:09 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -192,7 +192,7 @@
 {
     const char* name;                  ///< Name of observatory
-    const double latitude;             ///< Latitude of observatory, east positive
-    const double longitude;            ///< Longitude of observatory
-    const double height;               ///< Height of observatory
+    const double latitude;             ///< Latitude of observatory, east positive (degrees?)
+    const double longitude;            ///< Longitude of observatory (degrees?)
+    const double height;               ///< Height of observatory in meters
     const double tlr;                  ///< Tropospheric Lapse Rate
 }
@@ -214,10 +214,10 @@
     const double azimuth;              ///< Azimuth
     const psTime* time;                ///< Time of observation
-    const float rotAngle;              ///< Rotator position angle
-    const float temperature;           ///< Air temperature, for estimating refraction
-    const float pressure;              ///< Air pressure, for calculating refraction
+    const float rotAngle;              ///< Rotator position angle in degrees? XXX: see bug#209
+    const float temperature;           ///< Air temperature in Kelvin
+    const float pressure;              ///< Air pressure in mB
     const float humidity;              ///< Relative humidity, for refraction
     const float exposureTime;          ///< Exposure time
-    const float wavelength;            ///< Wavelength
+    const float wavelength;            ///< Wavelength in microns
     const psObservatory* observatory;  ///< Observatory data
 
