Index: trunk/psLib/etc/pslib/.cvsignore
===================================================================
--- trunk/psLib/etc/pslib/.cvsignore	(revision 4052)
+++ trunk/psLib/etc/pslib/.cvsignore	(revision 5016)
@@ -1,3 +1,3 @@
-psTime.config
+pslib.config
 Makefile
 Makefile.in
Index: trunk/psLib/etc/pslib/Makefile.am
===================================================================
--- trunk/psLib/etc/pslib/Makefile.am	(revision 4052)
+++ trunk/psLib/etc/pslib/Makefile.am	(revision 5016)
@@ -2,10 +2,10 @@
 #
 
-BUILT_SOURCES = psTime.config 
-CLEANFILES = psTime.config
+BUILT_SOURCES = pslib.config
+CLEANFILES = pslib.config
 
-EXTRA_DIST = psTime.xml psTime.config.template 
+EXTRA_DIST = psTime.xml pslib.config.template
 
-psTime.config: psTime.config.template
+pslib.config: pslib.config.template
 	sed 's|PREFIX|$(prefix)|' $? > $@
 
@@ -13,9 +13,8 @@
 	mkdir -p -m 755 $(sysconfdir)/pslib
 
-install-exec-hook: psTime.config $(sysconfdir)/pslib
-	if [ `pwd` != $(sysconfdir)/pslib ] ; then  $(INSTALL) $(srcdir)/psTime.xml psTime.config $(sysconfdir)/pslib ; fi
+install-exec-hook: pslib.config $(sysconfdir)/pslib
+	if [ `pwd` != $(sysconfdir)/pslib ] ; then  $(INSTALL) $(srcdir)/psTime.xml pslib.config $(sysconfdir)/pslib ; fi
 
 uninstall-local:
 	if [ `pwd` != $(sysconfdir) ] ; then  rm -rf $(sysconfdir) ; fi
 
-	
Index: trunk/psLib/etc/pslib/psTime.config.template
===================================================================
--- trunk/psLib/etc/pslib/psTime.config.template	(revision 4052)
+++ 	(revision )
@@ -1,25 +1,0 @@
-# This configuration file specifies values required for time calculations by psLib.
-psLib.time.tables.dir STR PREFIX/share/pslib                                            # Directory for time tables
-psLib.time.tables.n S32 4                                                               # Number of time tables
-psLib.time.tables.files STR daily.dat eopc01_1900_2004.dat finals_all.dat tai_utc.dat    
-psLib.time.tables.format STR %lf %lf %lf %lf %lf %lf %lf, %lf %lf %lf %lf, %lf %lf %lf %lf %lf %lf %lf, %lf %lf %lf %lf
-@psLib.time.tables.index S32 0, 0, 0, 0
-@psLib.time.tables.from F64 53403.0, 15020.0, 41684.0 2437300.5                         # Valid from these dates
-@psLib.time.tables.to F64 53583.0, 53258.0, 53627.0 2451179.5                           # Valid to these dates
-psLib.time.before.xp F64 0.0                                                            # Value of XP for before the earliest MJD
-psLib.time.before.yp F64 0.0                                                            # Value of YP for before the earliest MJD
-psLib.time.before.dut F64 0.0                                                           # Value of UT1-UTC for before the earliest MJD
-
-# Now follows formulae for predicting ahead of the most recent available table entry.
-# xp = [0] + [1]*cos A + [2]*sin A + [3]*cos C + [4]*sin C
-# yp = [0] + [1]*cos A + [2]*sin A + [3]*cos C + [4]*sin C
-# A = 2*pi*(MJD - pslib.time.predict.mjd)/365.25
-# C = 2*pi*(MJD - pslib.time.predict.mjd)/435.0
-# dut = ut1-utc = [0] + [1]*(MJD - [2]) - (UT2-UT1)
-# ut2-ut1 = 0.022 sin(2*pi*T) - 0.012 cos(2*pi*T) - 0.006 sin(4*pi*T) + 0.007 cos(4*pi*T)
-# T = 2000.0 + (MJD - 51544.03)/365.2422
-@psLib.time.predict.xp F64 0.0569, 0.0555, -0.0200, 0.0513, 0.1483
-@psLib.time.predict.yp F64 0.3498, -0.0176, -0.0498, 0.1483, -0.0513
-psLib.time.predict.mjd F64 53257.0
-@psLib.time.predict.dut F64 -0.4944, -0.00023, 53262.0
-
Index: trunk/psLib/etc/pslib/pslib.config.template
===================================================================
--- trunk/psLib/etc/pslib/pslib.config.template	(revision 5016)
+++ trunk/psLib/etc/pslib/pslib.config.template	(revision 5016)
@@ -0,0 +1,39 @@
+# This configuration file specifies values required by psLib.
+#
+# psTime settings
+#
+psLib.time.tables.dir STR PREFIX/share/pslib                                            # Directory for time tables
+psLib.time.tables.n S32 4                                                               # Number of time tables
+psLib.time.tables.files STR daily.dat eopc01_1900_2004.dat finals_all.dat tai_utc.dat
+psLib.time.tables.format STR %lf %lf %lf %lf %lf %lf %lf, %lf %lf %lf %lf, %lf %lf %lf %lf %lf %lf %lf, %lf %lf %lf %lf
+@psLib.time.tables.index S32 0, 0, 0, 0
+@psLib.time.tables.from F64 53403.0, 15020.0, 41684.0 2437300.5                         # Valid from these dates
+@psLib.time.tables.to F64 53583.0, 53258.0, 53627.0 2451179.5                           # Valid to these dates
+psLib.time.before.xp F64 0.0                                                            # Value of XP for before the earliest MJD
+psLib.time.before.yp F64 0.0                                                            # Value of YP for before the earliest MJD
+psLib.time.before.dut F64 0.0                                                           # Value of UT1-UTC for before the earliest MJD
+# Now follows formulae for predicting ahead of the most recent available table entry.
+# xp = [0] + [1]*cos A + [2]*sin A + [3]*cos C + [4]*sin C
+# yp = [0] + [1]*cos A + [2]*sin A + [3]*cos C + [4]*sin C
+# A = 2*pi*(MJD - pslib.time.predict.mjd)/365.25
+# C = 2*pi*(MJD - pslib.time.predict.mjd)/435.0
+# dut = ut1-utc = [0] + [1]*(MJD - [2]) - (UT2-UT1)
+# ut2-ut1 = 0.022 sin(2*pi*T) - 0.012 cos(2*pi*T) - 0.006 sin(4*pi*T) + 0.007 cos(4*pi*T)
+# T = 2000.0 + (MJD - 51544.03)/365.2422
+@psLib.time.predict.xp F64 0.0569, 0.0555, -0.0200, 0.0513, 0.1483
+@psLib.time.predict.yp F64 0.3498, -0.0176, -0.0498, 0.1483, -0.0513
+psLib.time.predict.mjd F64 53257.0
+@psLib.time.predict.dut F64 -0.4944, -0.00023, 53262.0
+#
+# psEOC settings
+#
+psLib.eoc.precession.table.format STR  %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf
+psLib.eoc.precession.table.file.x STR PREFIX/share/pslib/tab5.2a.dat
+psLib.eoc.precession.table.file.y STR PREFIX/share/pslib/tab5.2b.dat
+psLib.eoc.precession.table.file.s STR PREFIX/share/pslib/tab5.2c.dat
+@psLib.eoc.precession.poly.x F64 -16616.99 2004191742.88 -427219.05 -198620.54 -46.05 5.98
+@psLib.eoc.precession.poly.y F64 -6950.78 -25381.99 -22407250.99 1842.28 1113.06 0.99
+@psLib.eoc.precession.poly.s F64 94.0 3808.35 -119.94 -72574.09 27.70 15.61
+
+
+
