Changeset 3664
- Timestamp:
- Apr 5, 2005, 11:33:34 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r3663 r3664 1 %%% $Id: psLibSDRS.tex,v 1. 199 2005-04-05 21:26:50jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.200 2005-04-05 21:33:34 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 3921 3921 pre-defined settings, to parse a configuration file into a 3922 3922 \code{psMetadata} structure. This shall be performed by the 3923 function \code{psMetadata ParseConfig}, as described below.3923 function \code{psMetadataConfigParse}, as described below. 3924 3924 3925 3925 \begin{verbatim} … … 3928 3928 3929 3929 Given a metadata container, \code{md}, and the name of a configuration 3930 file, \code{filename}, \code{psMetadata ParseConfig} shall parse the3930 file, \code{filename}, \code{psMetadataConfigParse} shall parse the 3931 3931 configuration file, placing the contained key/type/value/comment quads 3932 3932 into the metadata, and returning a pointer to the metadata structure. … … 3947 3947 \end{verbatim} 3948 3948 3949 The \code{psMetadata FormatConfig} function converts a \code{psMetadata}3949 The \code{psMetadataConfigFormat} function converts a \code{psMetadata} 3950 3950 structure (including any nested \code{psMetadata}) into a Configuration File 3951 3951 formatted string. A \code{NULL} shall be returned on error. The 3952 \code{psMetadata WriteConfig} behaves the same as \code{psMetadataFormatConfig}3952 \code{psMetadataConfigWrite} behaves the same as \code{psMetadataConfigFormat} 3953 3953 except that the string is writen out to \code{filename}. \code{false} is 3954 3954 returned on failure. … … 4080 4080 \end{verbatim} 4081 4081 4082 When \code{psMetadata ParseConfig} encounters the \code{TYPE} line, it4082 When \code{psMetadataConfigParse} encounters the \code{TYPE} line, it 4083 4083 should construct a \code{psMetadata} container and fill it with 4084 4084 \code{psMetadataItems} having the names \code{EXTNAME, BIASSEC, CHIP},
Note:
See TracChangeset
for help on using the changeset viewer.
