IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.