Changeset 4710
- Timestamp:
- Aug 4, 2005, 5:43:30 PM (21 years ago)
- Location:
- trunk/doc/modules
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
ModulesSDRS.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/ChangeLogSDRS.tex
r4709 r4710 1 %%% $Id: ChangeLogSDRS.tex,v 1.2 7 2005-08-05 02:59:27price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.28 2005-08-05 03:43:30 price Exp $ 2 2 3 3 \subsection{Changes from version 00 (16 August 2004) to version 01 (12 October 2004)} … … 93 93 \item Added \code{CELL.READDIR} to specify read direction; \code{pmCellGetReaddir}. 94 94 \item \code{pmFPAMorph} specified, ready for coding. 95 \item \code{pmConfigRead} shall call \code{psTimeInitialize}. 95 \item \code{pmConfigRead} shall call \code{psTimeInitialize}, \code{psLogSetLevel}, 96 \code{psLogSetFormat}, \code{psTraceSetLevel}. 96 97 \end{itemize} -
trunk/doc/modules/ModulesSDRS.tex
r4709 r4710 1 %%% $Id: ModulesSDRS.tex,v 1.5 1 2005-08-05 02:59:27price Exp $1 %%% $Id: ModulesSDRS.tex,v 1.52 2005-08-05 03:43:30 price Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 142 142 filename of the camera configuration file (of type \code{STR}) as 143 143 the data. 144 \end{itemize} 145 and may also contain the following psLib configuration options: 146 \begin{itemize} 144 147 \item \code{TIME} of type \code{STR}: The time configuration file (for 145 148 \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. 146 155 \end{itemize} 147 156 … … 175 184 ### psLib setup 176 185 TIME STR time.config # Time configuration file 186 LOGLEVEL S32 3 # Logging level; 3=INFO 187 LOGFORMAT STR THLNM # Log format 188 TRACE METADATA # Trace levels 189 psLib.math.psPolynomial S32 6 190 psLib.image.psImageConvolve S32 2 191 END 177 192 \end{verbatim} 178 193 … … 616 631 the relevant options from the argument list; this simplifies 617 632 assignment 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}. 633 line arguments are removed leaving only the mandatory arguments. The 634 following psLib setups shall also be performed if they are specified 635 in 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} 621 646 622 647 \code{pmConfigCameraFromHeader} shall load the \code{camera}
Note:
See TracChangeset
for help on using the changeset viewer.
