Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 1767)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 1768)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.119 2004-09-10 00:17:59 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.120 2004-09-10 00:23:39 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -176,11 +176,11 @@
 \item Set the error codes for PSLib.
 \item Seed the random number generator.
-\item Read the \code{psTimeTable} configuration file and set up the
-  appropriate \code{psTimeTable}s and predictions.
+\item Read the \code{psTime} configuration file (\code{timeConfig})
+  and set up the appropriate \code{psTimeTable}s and predictions.
 \end{itemize}
 
 The prototype is:
 \begin{verbatim}
-void psLibInit(bool predictable);
+void psLibInit(bool predictable, const char *timeConfig);
 \end{verbatim}
 
@@ -190,4 +190,7 @@
 generator shall be seeded from \code{/dev/random} if it exists,
 otherwise from the system clock.
+
+\code{timeConfig} specifies the filename of the configuration file
+for \code{psTime} metadata.
 
 
@@ -3340,4 +3343,5 @@
 \begin{tabular}{l|l} \hline
 Metadata key & Purpose \\ \hline
+psLib.time.tables.dir   & Time table directory                                             \\
 psLib.time.tables.files & Time table file names (space-delimited)                          \\
 psLib.time.tables.from  & Time tables are valid from these MJDs (vector)                   \\
@@ -3360,4 +3364,5 @@
 \begin{verbatim}
 # This configuration file specifies values required for time calculations by psLib.
+psLib.time.tables.dir   STR     /home/panstarrs/psLib/config/                   # Directory for time tables
 psLib.time.tables.n     U8      2                                               # Number of time tables
 psLib.time.tables.files STR     bulletinA_09Sep2004.dat eopc01_1900_2004.40.dat # These are the file names
