IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2005, 5:43:30 PM (21 years ago)
Author:
Paul Price
Message:

More psLib setup for site configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/modules/ModulesSDRS.tex

    r4709 r4710  
    1 %%% $Id: ModulesSDRS.tex,v 1.51 2005-08-05 02:59:27 price Exp $
     1%%% $Id: ModulesSDRS.tex,v 1.52 2005-08-05 03:43:30 price Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    142142  filename of the camera configuration file (of type \code{STR}) as
    143143  the data.
     144\end{itemize}
     145and may also contain the following psLib configuration options:
     146\begin{itemize}
    144147\item \code{TIME} of type \code{STR}: The time configuration file (for
    145148  \code{psTimeInitialize}).
     149\item \code{LOGLEVEL} of type \code{S32}: The log level for
     150  \code{psLogSetLevel}.
     151\item \code{LOGFORMAT} of type \code{STR}: The log format for
     152  \code{psLogSetFormat}.
     153\item \code{TRACE} of type \code{METADATA}: A list of components with
     154  the desired trace level (of type \code{S32}) for each.
    146155\end{itemize}
    147156
     
    175184### psLib setup
    176185TIME            STR     time.config             # Time configuration file
     186LOGLEVEL        S32     3                       # Logging level; 3=INFO
     187LOGFORMAT       STR     THLNM                   # Log format
     188TRACE           METADATA                        # Trace levels
     189        psLib.math.psPolynomial         S32     6
     190        psLib.image.psImageConvolve     S32     2
     191END
    177192\end{verbatim}
    178193
     
    616631the relevant options from the argument list; this simplifies
    617632assignment of the mandatory arguments, since all the optional command
    618 line arguments are removed leaving only the mandatory arguments.  If
    619 \code{TIME} configuration file is specified in the site configuration,
    620 then the function shall also call \code{psTimeInitialize}.
     633line arguments are removed leaving only the mandatory arguments.  The
     634following psLib setups shall also be performed if they are specified
     635in the site configuration:
     636\begin{itemize}
     637\item the function shall call \code{psTimeInitialize} with the
     638  configuration file specified by \code{TIME}.
     639\item the function shall call \code{psLogSetLevel} with the logging
     640  level specified by \code{LOGLEVEL}.
     641\item the function shall call \code{psLogSetFormat} with the log
     642  format specified by \code{LOGFORMAT}.
     643\item the function shall call \code{psTraceSetLevel} with the component names and
     644  trace levels specified by the \code{TRACE}.
     645\end{itemize}
    621646
    622647\code{pmConfigCameraFromHeader} shall load the \code{camera}
Note: See TracChangeset for help on using the changeset viewer.