Index: trunk/archive/pslib/include/psObject.h
===================================================================
--- trunk/archive/pslib/include/psObject.h	(revision 244)
+++ trunk/archive/pslib/include/psObject.h	(revision 251)
@@ -11,6 +11,6 @@
 /** Object definition, to handle both objects we detect, and catalogues */
 typedef struct {
-    psOTAPos *otaPos;			//!< Centre position on OTA, with associated error
-    psSkyPos *skyPos;			//!< Position on the sky, with associated error
+    psCoord *cell;			//!< Centre position on Cell, with associated error
+    psCoord *sky;			//!< Position on the sky, with associated error
     float mag, magErr;			//!< Magnitude and associated error
     float isoMag, isoMagErr;		//!< Isophotal magnitude and associated error
@@ -20,6 +20,7 @@
     float sky, skyErr;			//!< Local sky level, and associated error
     float colour, colourErr;		//!< Colour and associated error, if known
-    psColourRef colourRef;		//!< Colour reference
+    psPhotSysrem colorPlus, colorMinus;	//!< Colour reference
     psBitMask *quality;			//!< Bit mask for quality information
+    psCell *parentCell;			///< Cell this measurement came from
 } psObject;
 
