Changeset 6356
- Timestamp:
- Feb 7, 2006, 3:06:40 PM (20 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r6255 r6356 1 %%% $Id: ChangeLogSDRS.tex,v 1.19 0 2006-01-31 00:55:42 priceExp $1 %%% $Id: ChangeLogSDRS.tex,v 1.191 2006-02-08 01:06:40 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 845 845 \item \code{psVector.n} and \code{psArray.n} to be initially set to zero 846 846 \item \code{psArrayAlloc} and \code{psArrayRealloc} to initialise values 847 \end{itemize} 847 \item add \code{*out} param to \code{psFitsReadHeaderSet()} 848 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r6333 r6356 1 %%% $Id: psLibSDRS.tex,v 1.3 79 2006-02-07 00:51:33 priceExp $1 %%% $Id: psLibSDRS.tex,v 1.380 2006-02-08 01:06:40 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4097 4097 4098 4098 \begin{prototype} 4099 psMetadata *psFitsReadHeaderSet( const psFits *fits);4099 psMetadata *psFitsReadHeaderSet(psMetadata *out, const psFits *fits); 4100 4100 \end{prototype} 4101 4101 Load a complete set of headers from the \code{psFits} file pointer. … … 4107 4107 operation, the file pointer is rewound to the beginning of the file. 4108 4108 At the end, it is positioned where it started when the function was 4109 called. 4109 called. If \code{out} is \code{NULL}, a new psMetadata is created. 4110 4110 4111 4111 \begin{prototype}
Note:
See TracChangeset
for help on using the changeset viewer.
