Index: trunk/doc/modules/ModulesSDRS.tex
===================================================================
--- trunk/doc/modules/ModulesSDRS.tex	(revision 4709)
+++ trunk/doc/modules/ModulesSDRS.tex	(revision 4710)
@@ -1,3 +1,3 @@
-%%% $Id: ModulesSDRS.tex,v 1.51 2005-08-05 02:59:27 price Exp $
+%%% $Id: ModulesSDRS.tex,v 1.52 2005-08-05 03:43:30 price Exp $
 \documentclass[panstarrs]{panstarrs}
 
@@ -142,6 +142,15 @@
   filename of the camera configuration file (of type \code{STR}) as
   the data.
+\end{itemize}
+and may also contain the following psLib configuration options:
+\begin{itemize}
 \item \code{TIME} of type \code{STR}: The time configuration file (for
   \code{psTimeInitialize}).
+\item \code{LOGLEVEL} of type \code{S32}: The log level for
+  \code{psLogSetLevel}.
+\item \code{LOGFORMAT} of type \code{STR}: The log format for
+  \code{psLogSetFormat}.
+\item \code{TRACE} of type \code{METADATA}: A list of components with
+  the desired trace level (of type \code{S32}) for each.
 \end{itemize}
 
@@ -175,4 +184,10 @@
 ### psLib setup
 TIME            STR     time.config             # Time configuration file
+LOGLEVEL        S32     3                       # Logging level; 3=INFO
+LOGFORMAT       STR     THLNM                   # Log format
+TRACE           METADATA                        # Trace levels
+        psLib.math.psPolynomial         S32     6
+        psLib.image.psImageConvolve     S32     2
+END
 \end{verbatim}
 
@@ -616,7 +631,17 @@
 the relevant options from the argument list; this simplifies
 assignment of the mandatory arguments, since all the optional command
-line arguments are removed leaving only the mandatory arguments.  If
-\code{TIME} configuration file is specified in the site configuration,
-then the function shall also call \code{psTimeInitialize}.
+line arguments are removed leaving only the mandatory arguments.  The
+following psLib setups shall also be performed if they are specified
+in the site configuration:
+\begin{itemize}
+\item the function shall call \code{psTimeInitialize} with the
+  configuration file specified by \code{TIME}.
+\item the function shall call \code{psLogSetLevel} with the logging
+  level specified by \code{LOGLEVEL}.
+\item the function shall call \code{psLogSetFormat} with the log
+  format specified by \code{LOGFORMAT}.
+\item the function shall call \code{psTraceSetLevel} with the component names and
+  trace levels specified by the \code{TRACE}.
+\end{itemize}
 
 \code{pmConfigCameraFromHeader} shall load the \code{camera}
