Index: trunk/psLib/src/astro/psEarthOrientation.c
===================================================================
--- trunk/psLib/src/astro/psEarthOrientation.c	(revision 8775)
+++ trunk/psLib/src/astro/psEarthOrientation.c	(revision 8776)
@@ -8,6 +8,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-08-08 23:32:22 $
+ *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-09-08 02:33:23 $
  *
  *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
@@ -87,5 +87,5 @@
 
     // Read config file
-    psMetadata* eocMetadata = psMetadataConfigParse(NULL,
+    psMetadata* eocMetadata = psMetadataConfigRead(NULL,
                               &nFail,
                               p_psGetConfigFileName(),
Index: trunk/psLib/src/astro/psTime.c
===================================================================
--- trunk/psLib/src/astro/psTime.c	(revision 8775)
+++ trunk/psLib/src/astro/psTime.c	(revision 8776)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.96 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-09-08 00:58:35 $
+ *  @version $Revision: 1.97 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-09-08 02:33:23 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -271,5 +271,5 @@
 
     // Read config file
-    timeMetadata = psMetadataConfigParse(timeMetadata, &nFail, fileName, true);
+    timeMetadata = psMetadataConfigRead(timeMetadata, &nFail, fileName, true);
     if(timeMetadata == NULL) {
         return false;
