Index: /trunk/psLib/src/astronomy/psAstrometry.h
===================================================================
--- /trunk/psLib/src/astronomy/psAstrometry.h	(revision 1475)
+++ /trunk/psLib/src/astronomy/psAstrometry.h	(revision 1476)
@@ -1,3 +1,2 @@
-
 /** @file  psAstrometry.h
 *
@@ -9,6 +8,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-11 20:07:44 $
+*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-11 20:08:05 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Index: /trunk/psLib/src/astronomy/psCoord.c
===================================================================
--- /trunk/psLib/src/astronomy/psCoord.c	(revision 1475)
+++ /trunk/psLib/src/astronomy/psCoord.c	(revision 1476)
@@ -11,6 +11,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-10 23:59:41 $
+*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-11 20:07:44 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -39,8 +39,10 @@
     }
     out->x = transform->x->coeff[0][0] +
-             (transform->x->coeff[1][0] * coords->x) + (transform->x->coeff[0][1] * coords->y);
+             (transform->x->coeff[1][0] * coords->x) +
+             (transform->x->coeff[0][1] * coords->y);
 
     out->y = transform->y->coeff[0][0] +
-             (transform->y->coeff[1][0] * coords->x) + (transform->y->coeff[0][1] * coords->y);
+             (transform->y->coeff[1][0] * coords->x) +
+             (transform->y->coeff[0][1] * coords->y);
 
     return (out);
@@ -48,5 +50,5 @@
 
 // This transformation takes into account parameters beyond an objects
-// spatial coordinates: term3 and term4.
+// spatial coordinates: term3 and term4 (magnitude and color).
 psPlane* psPlaneDistortApply(psPlane* out,
                              const psPlaneDistort* transform,
Index: /trunk/psLib/src/dataManip/psFunctions.c
===================================================================
--- /trunk/psLib/src/dataManip/psFunctions.c	(revision 1475)
+++ /trunk/psLib/src/dataManip/psFunctions.c	(revision 1476)
@@ -8,6 +8,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-09 23:34:57 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-11 20:07:45 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -352,4 +352,10 @@
 /*****************************************************************************
     Polynomial coefficients will be accessed in [w][x][y][z] fashion.
+ 
+    XXX: Determine, from IfA, whether ot not the "mask[]" terms should be used
+    in polynomial evaluation.  If so, then all of the following polynomial
+    evaluation functions must be modified to do so.
+ 
+    XXX: Should the "coeffErr[]" should be used as well?
  *****************************************************************************/
 float psPolynomial1DEval(float x, const psPolynomial1D* myPoly)
Index: /trunk/psLib/src/math/psPolynomial.c
===================================================================
--- /trunk/psLib/src/math/psPolynomial.c	(revision 1475)
+++ /trunk/psLib/src/math/psPolynomial.c	(revision 1476)
@@ -8,6 +8,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-09 23:34:57 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-11 20:07:45 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -352,4 +352,10 @@
 /*****************************************************************************
     Polynomial coefficients will be accessed in [w][x][y][z] fashion.
+ 
+    XXX: Determine, from IfA, whether ot not the "mask[]" terms should be used
+    in polynomial evaluation.  If so, then all of the following polynomial
+    evaluation functions must be modified to do so.
+ 
+    XXX: Should the "coeffErr[]" should be used as well?
  *****************************************************************************/
 float psPolynomial1DEval(float x, const psPolynomial1D* myPoly)
Index: /trunk/psLib/src/math/psSpline.c
===================================================================
--- /trunk/psLib/src/math/psSpline.c	(revision 1475)
+++ /trunk/psLib/src/math/psSpline.c	(revision 1476)
@@ -8,6 +8,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-09 23:34:57 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-11 20:07:45 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -352,4 +352,10 @@
 /*****************************************************************************
     Polynomial coefficients will be accessed in [w][x][y][z] fashion.
+ 
+    XXX: Determine, from IfA, whether ot not the "mask[]" terms should be used
+    in polynomial evaluation.  If so, then all of the following polynomial
+    evaluation functions must be modified to do so.
+ 
+    XXX: Should the "coeffErr[]" should be used as well?
  *****************************************************************************/
 float psPolynomial1DEval(float x, const psPolynomial1D* myPoly)
