Changeset 6353 for branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex
- Timestamp:
- Feb 7, 2006, 3:00:34 PM (20 years ago)
- File:
-
- 1 edited
-
branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex
r5906 r6353 1 %%% $Id: psLibSDRS.tex,v 1.362.2. 4 2006-01-05 23:58:00jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.362.2.5 2006-02-08 01:00:34 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4049 4049 4050 4050 \begin{prototype} 4051 psMetadata *psFitsReadHeaderSet( const psFits *fits);4051 psMetadata *psFitsReadHeaderSet(psMetadata *out, const psFits *fits); 4052 4052 \end{prototype} 4053 4053 Load a complete set of headers from the \code{psFits} file pointer. … … 4059 4059 operation, the file pointer is rewound to the beginning of the file. 4060 4060 At the end, it is positioned where it started when the function was 4061 called. 4061 called. If \code{out} is \code{NULL}, a new psMetadata is created. 4062 4062 4063 4063 \begin{prototype}
Note:
See TracChangeset
for help on using the changeset viewer.
