Index: trunk/psLib/src/astronomy/psAstrometry.c
===================================================================
--- trunk/psLib/src/astronomy/psAstrometry.c	(revision 1475)
+++ trunk/psLib/src/astronomy/psAstrometry.c	(revision 1479)
@@ -8,6 +8,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-11 20:07:44 $
+*  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-11 22:01:35 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -103,11 +103,11 @@
 
     // Determine which chip contains the fpaCoords.
-    tmpChip = psChipinFPA(tmpChip, fpaCoord, FPA);
+    tmpChip = psChipInFPA(tmpChip, fpaCoord, FPA);
 
     // Convert to those chip coordinates.
-    chipCoord = psCoordFPAtoChip(chipCoord, fpaCoord, tmpChip);
+    chipCoord = psCoordFPAToChip(chipCoord, fpaCoord, tmpChip);
 
     // Determine which cell contains those chip coordinates.
-    outCell = psCellinChip(outCell, chipCoord, tmpChip);
+    outCell = psCellInChip(outCell, chipCoord, tmpChip);
 
     psFree(tmpChip);
@@ -155,5 +155,5 @@
 
         chipCoord = psPlaneTransformApply(chipCoord, tmpChip->fromFPA, fpaCoord);
-        tmpCell = psCellinChip(tmpCell, chipCoord, tmpChip);
+        tmpCell = psCellInChip(tmpCell, chipCoord, tmpChip);
         if (tmpCell != NULL) {
             psFree(chipCoord);
