Index: /trunk/archive/pslib/include/psAstrom.h
===================================================================
--- /trunk/archive/pslib/include/psAstrom.h	(revision 1517)
+++ /trunk/archive/pslib/include/psAstrom.h	(revision 1518)
@@ -184,5 +184,5 @@
     psPlaneTransform *cellToChip;	///< Transformations from cell coordinates to chip coordinates
     psPlaneTransform *cellToFPA;	///< Transformations from cell coordinates to FPA coordinates
-    psPlaneTransform *cellToSky;	///< Quick and Dirty transformations from cell coordinates to sky
+    psPlaneTransform *toTP;		///< Quick and Dirty transformations from cell coordinates to sky
     struct psChip  *parentChip;		///< chip which contains this cell
 } psCell;
@@ -260,4 +260,6 @@
 psCoordFPAToTP(psPlane *out,		///< Coordinates to return, or NULL
 	       const psPlane *in,	///< input FPA coordinate
+	       float color,		///< Color of source, using reference defined in the fpa
+	       float mag,		///< Magnitude of source
 	       const psFPA *fpa)	///< FPA description
 ;
@@ -281,12 +283,14 @@
 psCoordCellToSky(psSphere *out,		///< Coordinates to return, or NULL
 		 const psPlane *in,	///< cell coordinates to transform
+		 float color,		///< Color of source, using reference defined in the fpa
+		 float mag,		///< Magnitude of source
 		 const psCell *cell)	///< Cell to get coordinates for
 ;
 
-/** Convert cell and cell coordinate to (RA,Dec) */
+/** Convert cell and cell coordinate to (RA,Dec).  Don't need color,mag here because it's quick and dirty. */
 psSphere *
-psCoordCellToSkyQD(psSphere *out,	///< Coordinates to return, or NULL
-		   const psPlane *in,	///< cell coordinates to transform
-		   const psCell *cell)	///< Cell to get coordinates for
+psCoordCellToSkyQuick(psSphere *out,	///< Coordinates to return, or NULL
+		      const psPlane *in, ///< cell coordinates to transform
+		      const psCell *cell) ///< Cell to get coordinates for
 ;
 
@@ -304,4 +308,6 @@
 psCoordTPtoFPA(psPlane *out,		///< Coordinates to return, or NULL
 	       const psPlane *in,	///< input TP coordinate
+	       float color,		///< Color of source, using reference defined in the fpa
+	       float mag,		///< Magnitude of source
 	       const psFPA *fpa)	///< FPA description
 ;
@@ -325,4 +331,6 @@
 psCoordSkyToCell(psPlane *out,		///< Coordinates to return
 		 const psSphere *in,	///< Input coordinates
+		 float color,		///< Color of source, using reference defined in the fpa
+		 float mag,		///< Magnitude of source
 		 const psCell *cell)	///< Cell of interest
 ;
