Index: trunk/psModules/src/astrom/pmAstrometryObjects.h
===================================================================
--- trunk/psModules/src/astrom/pmAstrometryObjects.h	(revision 24007)
+++ trunk/psModules/src/astrom/pmAstrometryObjects.h	(revision 24021)
@@ -33,12 +33,13 @@
 typedef struct
 {
-    psPlane *pix;   ///< the position in the pmReadout frame
-    psPlane *cell;   ///< the position in the pmCell frame
-    psPlane *chip;   ///< the position in the pmChip frame
-    psPlane *FP;   ///< the position in the pmFPA frame
-    psPlane *TP;   ///< the position in the tangent plane
-    psSphere *sky;        ///< the position on the Celestial Sphere.
-    double Mag;                         ///< object magnitude XXX what filter?
-    double dMag;                        ///< error on object magnitude
+    psPlane *pix;			///< the position in the pmReadout frame
+    psPlane *cell;			///< the position in the pmCell frame
+    psPlane *chip;			///< the position in the pmChip frame
+    psPlane *FP;			///< the position in the pmFPA frame
+    psPlane *TP;			///< the position in the tangent plane
+    psSphere *sky;			///< the position on the Celestial Sphere.
+    float Mag;				///< object magnitude in extracted filter
+    float Color;			///< object color 
+    float dMag;				///< error on object magnitude
 }
 pmAstromObj;
