IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3664


Ignore:
Timestamp:
Apr 5, 2005, 11:33:34 AM (21 years ago)
Author:
jhoblitt
Message:

missing psMetadataConfig* renames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r3663 r3664  
    1 %%% $Id: psLibSDRS.tex,v 1.199 2005-04-05 21:26:50 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.200 2005-04-05 21:33:34 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    39213921pre-defined settings, to parse a configuration file into a
    39223922\code{psMetadata} structure.  This shall be performed by the
    3923 function \code{psMetadataParseConfig}, as described below.
     3923function \code{psMetadataConfigParse}, as described below.
    39243924
    39253925\begin{verbatim}
     
    39283928
    39293929Given a metadata container, \code{md}, and the name of a configuration
    3930 file, \code{filename}, \code{psMetadataParseConfig} shall parse the
     3930file, \code{filename}, \code{psMetadataConfigParse} shall parse the
    39313931configuration file, placing the contained key/type/value/comment quads
    39323932into the metadata, and returning a pointer to the metadata structure.
     
    39473947\end{verbatim}
    39483948
    3949 The \code{psMetadataFormatConfig} function converts a \code{psMetadata}
     3949The \code{psMetadataConfigFormat} function converts a \code{psMetadata}
    39503950structure (including any nested \code{psMetadata}) into a Configuration File
    39513951formatted string.  A \code{NULL} shall be returned on error.  The
    3952 \code{psMetadataWriteConfig} behaves the same as \code{psMetadataFormatConfig}
     3952\code{psMetadataConfigWrite} behaves the same as \code{psMetadataConfigFormat}
    39533953except that the string is writen out to \code{filename}.  \code{false} is
    39543954returned on failure.
     
    40804080\end{verbatim}
    40814081
    4082 When \code{psMetadataParseConfig} encounters the \code{TYPE} line, it
     4082When \code{psMetadataConfigParse} encounters the \code{TYPE} line, it
    40834083should construct a \code{psMetadata} container and fill it with
    40844084\code{psMetadataItems} having the names \code{EXTNAME, BIASSEC, CHIP},
Note: See TracChangeset for help on using the changeset viewer.