Index: /trunk/psLib/test/astronomy/tst_psAstrometry01.c
===================================================================
--- /trunk/psLib/test/astronomy/tst_psAstrometry01.c	(revision 3882)
+++ /trunk/psLib/test/astronomy/tst_psAstrometry01.c	(revision 3883)
@@ -5,6 +5,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-05-11 21:49:01 $
+*  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-05-11 22:00:35 $
 *
 * XXX: Must test
@@ -870,9 +870,4 @@
     }
 
-    printf("The initial transformation was:\n");
-    printTrans(transInit);
-    printf("The derived transformation is:\n");
-    printTrans(trans);
-
     //
     // For the initial grid of input points, we transform them to output points with
Index: /trunk/psLib/test/astronomy/verified/tst_psAstrometry01.stdout
===================================================================
--- /trunk/psLib/test/astronomy/verified/tst_psAstrometry01.stdout	(revision 3882)
+++ /trunk/psLib/test/astronomy/verified/tst_psAstrometry01.stdout	(revision 3883)
@@ -12,42 +12,8 @@
 grom->refractB is -0.00
 grom->longitudeOffset is 2.36
-trans1: x = x+y, y = x+y
--------------------- trans->x coeffs --------------------
-(0.0) (1.0) 
-(1.0) (0.0) 
--------------------- trans->y coeffs --------------------
-(0.0) (1.0) 
-(1.0) (0.0) 
-trans2: x = x+y, y = x+y
--------------------- trans->x coeffs --------------------
-(0.0) (1.0) 
-(1.0) (0.0) 
--------------------- trans->y coeffs --------------------
-(0.0) (1.0) 
-(1.0) (0.0) 
-trans2: x = xy, y = xy
--------------------- trans->x coeffs --------------------
-(0.0) (0.0) 
-(0.0) (1.0) 
--------------------- trans->y coeffs --------------------
-(0.0) (0.0) 
-(0.0) (1.0) 
 ----------------------------------------------------------------------------------
 Calling psPlaneTransformCombine with NULL trans1.  Should generate error and return NULL.
 ----------------------------------------------------------------------------------
 Calling psPlaneTransformCombine with NULL trans2.  Should generate error and return NULL.
-----------------------------------------------------------------------------------
-Calling psPlaneTransformCombine with acceptable data.
-trans3: 
--------------------- trans->x coeffs --------------------
-(0.0) (0.0) (1.0) (0.0) 
-(0.0) (2.0) (0.0) (0.0) 
-(1.0) (0.0) (0.0) (0.0) 
-(0.0) (0.0) (0.0) (0.0) 
--------------------- trans->y coeffs --------------------
-(0.0) (0.0) (1.0) (0.0) 
-(0.0) (2.0) (0.0) (0.0) 
-(1.0) (0.0) (0.0) (0.0) 
-(0.0) (0.0) (0.0) (0.0) 
 ----------------------------------------------------------------------------------
 Calling psPlaneTransformFit with NULL trans.  Should generate error and return NULL.
@@ -64,4 +30,3 @@
 ----------------------------------------------------------------------------------
 Calling psPlaneTransformInvert with zero nSamples.  Should generate error and return NULL.
-----------------------------------------------------------------------------------
-Calling psPlaneTransformInvert with acceptable data.
+Calling psPlaneTransformInvert with an acceptable linear transformation.
