IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6353


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

add *out param to psFitsReadHeaderSet()

Location:
branches/SDRS-18-FIXES/doc/pslib
Files:
2 edited

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:00 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.183.2.5 2006-02-08 01:00:34 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    841841\item convert \code{complex} declarations to be explicitly \code{double complex}
    842842\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:00 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.362.2.5 2006-02-08 01:00:34 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    40494049
    40504050\begin{prototype}
    4051 psMetadata *psFitsReadHeaderSet(const psFits *fits);
     4051psMetadata *psFitsReadHeaderSet(psMetadata *out, const psFits *fits);
    40524052\end{prototype}
    40534053Load a complete set of headers from the \code{psFits} file pointer.
     
    40594059operation, the file pointer is rewound to the beginning of the file.
    40604060At the end, it is positioned where it started when the function was
    4061 called.
     4061called. If \code{out} is \code{NULL}, a new psMetadata is created.
    40624062
    40634063\begin{prototype}
Note: See TracChangeset for help on using the changeset viewer.