Index: /trunk/psLib/test/astronomy/verified/tst_psAstrometry01.stderr
===================================================================
--- /trunk/psLib/test/astronomy/verified/tst_psAstrometry01.stderr	(revision 3570)
+++ /trunk/psLib/test/astronomy/verified/tst_psAstrometry01.stderr	(revision 3570)
@@ -0,0 +1,70 @@
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psAstrometry01.c                                       *
+*            TestPoint: psAstrometry{Tests psFixedPatternAlloc()}                  *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psAstrometry{Tests psFixedPatternAlloc()} | tst_psAstrometry01.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psAstrometry01.c                                       *
+*            TestPoint: psAstrometry{Tests psGrommitAlloc()}                       *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psAstrometry{Tests psGrommitAlloc()} | tst_psAstrometry01.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psAstrometry01.c                                       *
+*            TestPoint: psAstrometry{MISC}                                         *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psAstrometry{MISC} | tst_psAstrometry01.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psAstrometry01.c                                       *
+*            TestPoint: psAstrometry{psPlaneTransformCombine()}                    *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|E|psPlaneTransformCombine (FILE:LINENO)
+    Unallowable operation: trans1 is NULL.
+<DATE><TIME>|<HOST>|E|psPlaneTransformCombine (FILE:LINENO)
+    Unallowable operation: trans2 is NULL.
+
+---> TESTPOINT PASSED (psAstrometry{psPlaneTransformCombine()} | tst_psAstrometry01.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psAstrometry01.c                                       *
+*            TestPoint: psAstrometry{psPlaneTransformFit()}                        *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|E|psPlaneTransformFit (FILE:LINENO)
+    Unallowable operation: trans is NULL.
+<DATE><TIME>|<HOST>|E|psPlaneTransformFit (FILE:LINENO)
+    Unallowable operation: source is NULL.
+<DATE><TIME>|<HOST>|E|psPlaneTransformFit (FILE:LINENO)
+    Unallowable operation: dest is NULL.
+
+---> TESTPOINT PASSED (psAstrometry{psPlaneTransformFit()} | tst_psAstrometry01.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psAstrometry01.c                                       *
+*            TestPoint: psAstrometry{psPlaneTransformInvert()}                     *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|E|psPlaneTransformInvert (FILE:LINENO)
+    Unallowable operation: in is NULL.
+<DATE><TIME>|<HOST>|E|psPlaneTransformInvert (FILE:LINENO)
+    Unallowable operation: region is NULL.
+<DATE><TIME>|<HOST>|E|psPlaneTransformInvert (FILE:LINENO)
+    Error: (1 > nSamples) (1 0).
+
+---> TESTPOINT PASSED (psAstrometry{psPlaneTransformInvert()} | tst_psAstrometry01.c)
+
Index: /trunk/psLib/test/astronomy/verified/tst_psAstrometry01.stdout
===================================================================
--- /trunk/psLib/test/astronomy/verified/tst_psAstrometry01.stdout	(revision 3570)
+++ /trunk/psLib/test/astronomy/verified/tst_psAstrometry01.stdout	(revision 3570)
@@ -0,0 +1,67 @@
+grom->latitude is 1.291152
+grom->sinLat is 0.961154
+grom->cosLat is 0.276013
+grom->abberationMag is 0.000000
+grom->height is 3055.000000
+grom->temperature is 7.000000
+grom->pressure is 8.000000
+grom->humidity is 20.000000
+grom->wavelength is 11.000000
+grom->lapseRate is 20.000000
+grom->refractA is 0.000018
+grom->refractB is -0.000000
+grom->longitudeOffset is 2.361888
+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.
+----------------------------------------------------------------------------------
+Calling psPlaneTransformFit with NULL src psArray.  Should generate error and return NULL.
+----------------------------------------------------------------------------------
+Calling psPlaneTransformFit with NULL dst psArray.  Should generate error and return NULL.
+----------------------------------------------------------------------------------
+Calling psPlaneTransformFit with acceptable data.
+----------------------------------------------------------------------------------
+Calling psPlaneTransformInvert with NULL trans.  Should generate error and return NULL.
+----------------------------------------------------------------------------------
+Calling psPlaneTransformInvert with NULL psRegion.  Should generate error and return NULL.
+----------------------------------------------------------------------------------
+Calling psPlaneTransformInvert with zero nSamples.  Should generate error and return NULL.
+----------------------------------------------------------------------------------
+Calling psPlaneTransformInvert with acceptable data.
