Index: /trunk/psLib/src/astro/psCoord.c
===================================================================
--- /trunk/psLib/src/astro/psCoord.c	(revision 1496)
+++ /trunk/psLib/src/astro/psCoord.c	(revision 1497)
@@ -10,6 +10,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-11 23:53:54 $
+*  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-12 01:32:21 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -76,5 +76,7 @@
 
 // This function prototype has been modified since the SDRS.
-psSphereTransform* psSphereTransformAlloc(double NPlat, double Xo, double xo)
+psSphereTransform* psSphereTransformAlloc(double NPlat,
+        double Xo,
+        double xo)
 {
     psSphereTransform* tmp = (psSphereTransform* ) psAlloc(sizeof(psSphereTransform));
@@ -95,5 +97,7 @@
 // there are no typo's.
 
-psSphere* psSphereTransformApply(psSphere* out, const psSphereTransform* transform, const psSphere* coord)
+psSphere* psSphereTransformApply(psSphere* out,
+                                 const psSphereTransform* transform,
+                                 const psSphere* coord)
 {
     double sinY = 0.0;
@@ -164,5 +168,6 @@
 
 // This is some kind of arc tan function.
-float arg(float x, float y)
+float arg(float x,
+          float y)
 {
     if (x > 0) {
@@ -184,5 +189,6 @@
 // XXX: Waiting for the definition of the PS_PROJ_PAR projection.
 // XXX: Waiting for the definition of the PS_PROJ_GLS projection.
-psPlane* psProject(const psSphere* coord, const psProjection* projection)
+psPlane* psProject(const psSphere* coord,
+                   const psProjection* projection)
 {
     float R = 0.0;
@@ -226,5 +232,6 @@
 // XXX: Waiting for the definition of the PS_PROJ_PAR projection.
 // XXX: Waiting for the definition of the PS_PROJ_GLS projection.
-psSphere* psDeproject(const psPlane* coord, const psProjection* projection)
+psSphere* psDeproject(const psPlane* coord,
+                      const psProjection* projection)
 {
     float R = 0.0;
@@ -275,5 +282,6 @@
 psSphere* psSphereGetOffset(const psSphere* restrict position1,
                             const psSphere* restrict position2,
-                            psSphereOffsetMode mode, psSphereOffsetUnit unit)
+                            psSphereOffsetMode mode,
+                            psSphereOffsetUnit unit)
 {
     // psPlane* lin;
@@ -336,5 +344,6 @@
 psSphere* psSphereSetOffset(const psSphere* restrict position,
                             const psSphere* restrict offset,
-                            psSphereOffsetMode mode, psSphereOffsetUnit unit)
+                            psSphereOffsetMode mode,
+                            psSphereOffsetUnit unit)
 {
     psPlane lin;
Index: /trunk/psLib/src/astronomy/psAstrometry.c
===================================================================
--- /trunk/psLib/src/astronomy/psAstrometry.c	(revision 1496)
+++ /trunk/psLib/src/astronomy/psAstrometry.c	(revision 1497)
@@ -8,6 +8,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-11 23:54:46 $
+*  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-12 01:32:21 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -80,7 +80,4 @@
 }
 
-/*
- * XXX: The SDRS states this should be a private p_ps() procedure.
- */
 void p_psGrommitFree(psGrommit* grommit)
 {
@@ -167,7 +164,4 @@
 
 /*****************************************************************************
-XXX: We assume that readouts have valid coordinates from the range
-    (0,numRows or numCols) in each dimension, and that they are square with the
-     x/y axis.
 XXX: if we find no cell with has this coordinate, we return NULL.
 XXX: must deallocate memory.
@@ -277,7 +271,5 @@
 
 /*****************************************************************************
-XXX: This implementation requires a new psGrommit be created for each
-     transformation, as well as a few psPlane structs.  Can this be implemented
-     better?
+XXX: determine the grommit from the FPA associated with this chip.
 XXX: must determine the correct values for XXX_Mag and XXX_Col;
  *****************************************************************************/
Index: /trunk/psLib/src/astronomy/psCoord.c
===================================================================
--- /trunk/psLib/src/astronomy/psCoord.c	(revision 1496)
+++ /trunk/psLib/src/astronomy/psCoord.c	(revision 1497)
@@ -10,6 +10,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-11 23:53:54 $
+*  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-12 01:32:21 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -76,5 +76,7 @@
 
 // This function prototype has been modified since the SDRS.
-psSphereTransform* psSphereTransformAlloc(double NPlat, double Xo, double xo)
+psSphereTransform* psSphereTransformAlloc(double NPlat,
+        double Xo,
+        double xo)
 {
     psSphereTransform* tmp = (psSphereTransform* ) psAlloc(sizeof(psSphereTransform));
@@ -95,5 +97,7 @@
 // there are no typo's.
 
-psSphere* psSphereTransformApply(psSphere* out, const psSphereTransform* transform, const psSphere* coord)
+psSphere* psSphereTransformApply(psSphere* out,
+                                 const psSphereTransform* transform,
+                                 const psSphere* coord)
 {
     double sinY = 0.0;
@@ -164,5 +168,6 @@
 
 // This is some kind of arc tan function.
-float arg(float x, float y)
+float arg(float x,
+          float y)
 {
     if (x > 0) {
@@ -184,5 +189,6 @@
 // XXX: Waiting for the definition of the PS_PROJ_PAR projection.
 // XXX: Waiting for the definition of the PS_PROJ_GLS projection.
-psPlane* psProject(const psSphere* coord, const psProjection* projection)
+psPlane* psProject(const psSphere* coord,
+                   const psProjection* projection)
 {
     float R = 0.0;
@@ -226,5 +232,6 @@
 // XXX: Waiting for the definition of the PS_PROJ_PAR projection.
 // XXX: Waiting for the definition of the PS_PROJ_GLS projection.
-psSphere* psDeproject(const psPlane* coord, const psProjection* projection)
+psSphere* psDeproject(const psPlane* coord,
+                      const psProjection* projection)
 {
     float R = 0.0;
@@ -275,5 +282,6 @@
 psSphere* psSphereGetOffset(const psSphere* restrict position1,
                             const psSphere* restrict position2,
-                            psSphereOffsetMode mode, psSphereOffsetUnit unit)
+                            psSphereOffsetMode mode,
+                            psSphereOffsetUnit unit)
 {
     // psPlane* lin;
@@ -336,5 +344,6 @@
 psSphere* psSphereSetOffset(const psSphere* restrict position,
                             const psSphere* restrict offset,
-                            psSphereOffsetMode mode, psSphereOffsetUnit unit)
+                            psSphereOffsetMode mode,
+                            psSphereOffsetUnit unit)
 {
     psPlane lin;
