IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6356


Ignore:
Timestamp:
Feb 7, 2006, 3:06:40 PM (20 years ago)
Author:
jhoblitt
Message:

merged from SDRS-18-FIXES: add *out param to psFitsReadHeaderSet()

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r6255 r6356  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.190 2006-01-31 00:55:42 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.191 2006-02-08 01:06:40 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    845845\item \code{psVector.n} and \code{psArray.n} to be initially set to zero
    846846\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.379 2006-02-07 00:51:33 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.380 2006-02-08 01:06:40 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    40974097
    40984098\begin{prototype}
    4099 psMetadata *psFitsReadHeaderSet(const psFits *fits);
     4099psMetadata *psFitsReadHeaderSet(psMetadata *out, const psFits *fits);
    41004100\end{prototype}
    41014101Load a complete set of headers from the \code{psFits} file pointer.
     
    41074107operation, the file pointer is rewound to the beginning of the file.
    41084108At the end, it is positioned where it started when the function was
    4109 called.
     4109called. If \code{out} is \code{NULL}, a new psMetadata is created.
    41104110
    41114111\begin{prototype}
Note: See TracChangeset for help on using the changeset viewer.