Changeset 6353
- Timestamp:
- Feb 7, 2006, 3:00:34 PM (20 years ago)
- Location:
- branches/SDRS-18-FIXES/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/SDRS-18-FIXES/doc/pslib/ChangeLogSDRS.tex
r5906 r6353 1 %%% $Id: ChangeLogSDRS.tex,v 1.183.2. 4 2006-01-05 23:58:00jhoblitt Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.183.2.5 2006-02-08 01:00:34 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 841 841 \item convert \code{complex} declarations to be explicitly \code{double complex} 842 842 \item sync \code{psImage}'s definition with the implementation in psLib 843 \end{itemize} 843 \item add \code{*out} param to \code{psFitsReadHeaderSet()} 844 \end{itemize} -
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.
