Index: trunk/psLib/test/astro/tst_psEarthOrientation.c
===================================================================
--- trunk/psLib/test/astro/tst_psEarthOrientation.c	(revision 5466)
+++ trunk/psLib/test/astro/tst_psEarthOrientation.c	(revision 5483)
@@ -5,6 +5,6 @@
 *  @author d-Rob, MHPCC
 *
-*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-11-03 04:31:22 $
+*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-11-07 20:52:43 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -63,8 +63,12 @@
     psSphere *empty = NULL;
 
-    actual->r = 0.2;
-    actual->d = 0.2;
-    direction->r = 0.2035;
-    direction->d = 0.2035;
+    //    actual->r = 0.2;
+    //    actual->d = 0.2;
+    actual->r = DEG_TO_RAD(45.0);
+    actual->d = DEG_TO_RAD(30.0);
+    //    direction->r = 0.2035;
+    //    direction->d = 0.2035;
+    direction->r = DEG_TO_RAD(48.0);
+    direction->d = DEG_TO_RAD(20.7072);
 
     empty = psAberration(empty, apparent, direction, 0.1);
@@ -82,5 +86,8 @@
 
     apparent = psAberration(apparent, actual, direction, 0.4);
-    printf("\napparent = r,d  = %.8g, %.8g\n", apparent->r, apparent->d);
+    if (apparent == NULL)
+        printf("\nApparent is NULL\n");
+    else
+        printf("\napparent = r,d  = %.8g, %.8g\n", apparent->r, apparent->d);
 
     psFree(apparent);
Index: trunk/psLib/test/astro/verified/tst_psEarthOrientation.stderr
===================================================================
--- trunk/psLib/test/astro/verified/tst_psEarthOrientation.stderr	(revision 5466)
+++ trunk/psLib/test/astro/verified/tst_psEarthOrientation.stderr	(revision 5483)
@@ -24,13 +24,4 @@
 
 ---> TESTPOINT PASSED (psEarthOrientation{psGravityDeflect()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psEOCParallax()}                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psEarthOrientation{psEOCParallax()} | tst_psEarthOrientation.c)
 
 /***************************** TESTPOINT ******************************************\
@@ -63,9 +54,27 @@
 /***************************** TESTPOINT ******************************************\
 *             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psSphereRotTransforms()}                *
+*            TestPoint: psEarthOrientation{psSphereRot_TEOtoCEO()}                 *
 *             TestType: Positive                                                   *
 \**********************************************************************************/
 
 
----> TESTPOINT PASSED (psEarthOrientation{psSphereRotTransforms()} | tst_psEarthOrientation.c)
+---> TESTPOINT PASSED (psEarthOrientation{psSphereRot_TEOtoCEO()} | tst_psEarthOrientation.c)
 
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psEarthOrientation.c                                   *
+*            TestPoint: psEarthOrientation{psSphereRot_CEOtoGCRS()}                *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psEarthOrientation{psSphereRot_CEOtoGCRS()} | tst_psEarthOrientation.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psEarthOrientation.c                                   *
+*            TestPoint: psEarthOrientation{psSphereRRot_ITRStoTEO()}               *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+
+---> TESTPOINT PASSED (psEarthOrientation{psSphereRRot_ITRStoTEO()} | tst_psEarthOrientation.c)
+
Index: trunk/psLib/test/astro/verified/tst_psEarthOrientation.stdout
===================================================================
--- trunk/psLib/test/astro/verified/tst_psEarthOrientation.stdout	(revision 5466)
+++ trunk/psLib/test/astro/verified/tst_psEarthOrientation.stdout	(revision 5483)
@@ -1,4 +1,9 @@
 
-apparent = r,d  = 0.10218436, 0.10218436
+apparent = r,d  = 1.2163241, 1.0535409
 
 Actual r,d = 0.2035,0.2035    Apparent r,d = 0.2035000000002, 0.2035000000391 
+
+The Value of T is = 1128530000.931
+
+The Value of T is = 1126078455.931
+Output sphere rotation = 0.000000,0.000000,0.770554,0.637375
