IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

add *out param to psFitsReadHeaderSet()

File:
1 edited

Legend:

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