IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 4, 2005, 9:04:36 AM (21 years ago)
Author:
Paul Price
Message:

Removed psFitsHeaderFromImage, psFitsHeaderFromTable.

File:
1 edited

Legend:

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

    r5459 r5468  
    1 %%% $Id: psLibSDRS.tex,v 1.352 2005-11-02 03:49:53 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.353 2005-11-04 19:04:36 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    40264026
    40274027\begin{prototype}
    4028 psMetadata *psFitsHeaderFromImage(psMetadata *header, psImage *image, const char *extname);
    4029 psMetadata *psFitsHeaderFromTable(psMetadata *header, psArray *table, const char *extname);
    4030 \end{prototype}
    4031 
    4032 These functions update the given \code{header} to be compatible with
    4033 the supplied \code{image} (updating \code{BITPIX, NAXIS1, NAXIS2} or
    4034 \code{table} (an array of \code{psMetadata}), and change the
    4035 \code{EXTNAME} header to \code{extname}.
    4036 
    4037 \begin{prototype}
    40384028bool psFitsHeaderValidate(psMetadata *header);
    40394029\end{prototype}
Note: See TracChangeset for help on using the changeset viewer.