IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7537


Ignore:
Timestamp:
Jun 13, 2006, 11:58:17 AM (20 years ago)
Author:
Paul Price
Message:

Removing psFitsHeaderFromImage, psFitsHeaderFromTable. The purpose of
these are accomplished using psFitsWriteImage and psFitsWriteTable.

File:
1 edited

Legend:

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

    r7536 r7537  
    1 %%% $Id: psLibSDRS.tex,v 1.400 2006-06-13 20:12:35 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.401 2006-06-13 21:58:17 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    42754275\code{false}.
    42764276
    4277 \begin{prototype}
    4278 psMetadata *psFitsHeaderFromImage(psMetadata *header, const psImage *image);
    4279 psMetadata *psFitsHeaderFromTable(psMetadata *header, const psArray *table);
    4280 \end{prototype}
    4281 
    4282 \code{psFitsHeaderFromImage} shall format the \code{header} to be
    4283 appropriate for writing the \code{image}.  The function shall update
    4284 the following keywords in the \code{header} on the basis of the
    4285 \code{image}: \code{SIMPLE}, \code{NAXIS}, \code{NAXIS1},
    4286 \code{NAXIS2}, \code{NAXIS3}, \code{BSCALE}, \code{BZERO},
    4287 \code{EXTNAME}.  If the \code{header} is \code{NULL}, a new header
    4288 shall be allocated and returned.  \code{psFitsHeaderFromTable} shall
    4289 do similarly for \code{table}s, setting the appropriate keywords for
    4290 FITS tables.
    4291 
    42924277
    42934278\begin{prototype}
Note: See TracChangeset for help on using the changeset viewer.