Changeset 1692
- Timestamp:
- Sep 3, 2004, 6:29:14 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r1691 r1692 1 %%% $Id: psLibSDRS.tex,v 1.10 7 2004-09-04 04:23:21price Exp $1 %%% $Id: psLibSDRS.tex,v 1.108 2004-09-04 04:29:14 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 3531 3531 \end{verbatim} 3532 3532 3533 Given a previously allocated metadata container, \code{md}, and the 3534 name of a configuration file, \code{filename}, 3535 \code{psMetadataParseConfig} shall parse the configuration file, 3536 placing the contained key/type/value/comment quads into the metadata, 3537 and returning the number of lines that failed to parse. Multiple 3538 specifications of a key that haven't been declared (see below) are 3539 overwritten if and only if \code{overwrite} is \code{true}. 3533 Given a metadata container, \code{md}, and the name of a configuration 3534 file, \code{filename}, \code{psMetadataParseConfig} shall parse the 3535 configuration file, placing the contained key/type/value/comment quads 3536 into the metadata, and returning the number of lines that failed to 3537 parse. Multiple specifications of a key that haven't been declared 3538 (see below) are overwritten if and only if \code{overwrite} is 3539 \code{true}. 3540 3541 If the metadata container is \code{NULL}, it shall be allocated. If 3542 the file specified by \code{filename} is not readable, then the 3543 function shall generate an error and return \code{-1}. 3540 3544 3541 3545 The configuration file shall consist of plain text with … … 3557 3561 3558 3562 \tbd{May, in the future, require more types, including 3559 \code{U8,S16,C64}, which will necessitate updating the definition of3560 \code{psMetadata}.}3563 \code{U8,S16,C64}, which will also necessitate updating the definition 3564 of \code{psMetadata}.} 3561 3565 3562 3566 The value shall follow the type: strings may consist of multiple … … 3616 3620 comment * The rest of this line is ignored, but `comment' is set to be non-unique 3617 3621 comment STR This 3618 comment STRis3619 comment STRa3620 comment STRnon-unique3621 comment STRkey3622 comment STR is 3623 comment STR a 3624 comment STR non-unique 3625 comment STR key 3622 3626 Float F64 1.23456 # This generates a warning, and, if `overwrite' is `false', is ignored 3623 3627 \end{verbatim}
Note:
See TracChangeset
for help on using the changeset viewer.
