Index: trunk/archive/pslib/include/psAstrom.h
===================================================================
--- trunk/archive/pslib/include/psAstrom.h	(revision 626)
+++ trunk/archive/pslib/include/psAstrom.h	(revision 704)
@@ -137,6 +137,6 @@
 psChip *
 psChipInFPA (psChip *out,		///< Chip to return, or NULL
-	     const psPlaneCoord *coord	///< coordinate in FPA
-	     const psFPA *fpa, 		///< FPA description
+	     const psPlaneCoord *coord,	///< coordinate in FPA
+	     const psFPA *fpa 		///< FPA description
 	     );
 
@@ -144,6 +144,6 @@
 psCell *
 psCellInChip(psCell *out,		///< Cell to return, or NULL
-	     const psPlaneCoord *coord	///< coordinate in chip
-	     const psChip *chip,	///< chip description
+	     const psPlaneCoord *coord,	///< coordinate in chip
+	     const psChip *chip	///< chip description
 	     );
 
@@ -151,6 +151,6 @@
 psCell *
 psCellInFPA(psCell *out,		///< Cell to return, or NULL
-	    const psPlaneCoord *coord	///< Coordinate in FPA
-	    const psFPA *fpa,		///< FPA description
+	    const psPlaneCoord *coord,	///< Coordinate in FPA
+	    const psFPA *fpa		///< FPA description
 	    );
 
@@ -167,6 +167,6 @@
 psSphereCoord *
 psCoordCellToSky(psSphereCoord *out,	///< Coordinates to return, or NULL
-		 const psPlaneCoord *coord ///< cell coordinates to transform
-		 const psCell *cell,	///< Cell to get coordinates for
+		 const psPlaneCoord *coord, ///< cell coordinates to transform
+		 const psCell *cell	///< Cell to get coordinates for
 		 );
 
@@ -174,6 +174,6 @@
 psSphereCoord *
 psCoordCellToSkyQuick(psSphereCoord *out, ///< Coordinates to return, or NULL
-		      const psPlaneCoord *coord	///< cell coordinates to transform
-		      const psCell *cell, ///< Cell description
+		      const psPlaneCoord *coord,	///< cell coordinates to transform
+		      const psCell *cell ///< Cell description
 		      );
 
@@ -181,6 +181,6 @@
 psPlaneCoord *
 psCoordSkyToTP(psPlaneCoord *out,	///< Coordinates to return, or NULL
-	       const psSphereCoord *coord ///< input Sky coordinate
-	       const psGrommit *grommit, ///< Grommit for fast conversion
+	       const psSphereCoord *coord, ///< input Sky coordinate
+	       const psGrommit *grommit ///< Grommit for fast conversion
 	       );
 
@@ -188,6 +188,6 @@
 psPlaneCoord *
 psCoordTPtoFPA(psPlaneCoord *out,	///< Coordinates to return, or NULL
-	       const psPlaneCoord *coord ///< input TP coordinate
-	       const psFPA *fpa,	///< FPA description
+	       const psPlaneCoord *coord, ///< input TP coordinate
+	       const psFPA *fpa	       ///< FPA description
 	       );
 
@@ -195,6 +195,6 @@
 psPlaneCoord *
 psCoordFPAtoChip (psPlaneCoord *out,	///< Coordinates to return, or NULL
-		  const psPlaneCoord *coord ///< input FPA coordinate
-		  const psChip *chip,	///< Chip of interest
+		  const psPlaneCoord *coord, ///< input FPA coordinate
+		  const psChip *chip	///< Chip of interest
 		  ); 
 
@@ -202,6 +202,6 @@
 psPlaneCoord *
 psCoordChiptoCell (psPlaneCoord *out,	///< Coordinates to return, or NULL
-		   const psPlaneCoord *coord ///< input Chip coordinate
-		   const psCell *cell, 	///< Cell of interest
+		   const psPlaneCoord *coord, ///< input Chip coordinate
+		   const psCell *cell 	///< Cell of interest
 		   );
 
@@ -209,6 +209,6 @@
 psPlaneCoord *
 psCoordCelltoChip (psPlaneCoord *out,	///< Coordinates to return, or NULL
-		   const psPlaneCoord *coord ///< input Cell coordinate
-		   const psCell *cell, 	///< Cell description
+		   const psPlaneCoord *coord, ///< input Cell coordinate
+		   const psCell *cell 	///< Cell description
 		   );
 
@@ -216,6 +216,6 @@
 psPlaneCoord *
 psCoordChiptoFPA (psPlaneCoord *out,		///< Coordinates to return, or NULL
-		  const psPlaneCoord *coord	///< input Chip coordinate
-		  const psChip *chip, 	///< Chip description
+		  const psPlaneCoord *coord,	///< input Chip coordinate
+		  const psChip *chip 	///< Chip description
 		  );
 
@@ -223,6 +223,6 @@
 psPlaneCoord *
 psCoordFPAToTP(psPlaneCoord *out,		///< Coordinates to return, or NULL
-	       const psPlaneCoord *coord ///< input FPA coordinate
-	       const psFPA *fpa,	///< FPA description
+	       const psPlaneCoord *coord, ///< input FPA coordinate
+	       const psFPA *fpa		///< FPA description
 	       );
 
@@ -230,6 +230,6 @@
 psSphereCoord *
 psCoordTPtoSky(psSphereCoord *out,	///< Coordinates to return, or NULL
-	       const psPlaneCoord *coord ///< input TP coordinate
-	       const psGrommit *grommit, ///< Grommit for fast conversion
+	       const psPlaneCoord *coord, ///< input TP coordinate
+	       const psGrommit *grommit ///< Grommit for fast conversion
 	       );
 
@@ -237,6 +237,6 @@
 psPlaneCoord *
 psCoordCellToFPA(psPlaneCoord *out,	///< Coordinates to return, or NULL
-		 const psPlaneCoord *coord ///< Input cell coordinates
-		 const psCell *cell,	///< Cell description
+		 const psPlaneCoord *coord, ///< Input cell coordinates
+		 const psCell *cell	///< Cell description
 		 );
 
