IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6507


Ignore:
Timestamp:
Mar 3, 2006, 11:48:12 AM (20 years ago)
Author:
Paul Price
Message:

Adding psFitsIsImage and psFitsIsTable.

File:
1 edited

Legend:

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

    r6457 r6507  
    1 %%% $Id: psLibSDRS.tex,v 1.385 2006-02-22 00:11:07 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.386 2006-03-03 21:48:12 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    41334133\code{false}.
    41344134
     4135\begin{prototype}
     4136bool psFitsIsImage(psMetadata *header);
     4137bool psFitsIsTable(psMetadata *header);
     4138\end{prototype}
     4139
     4140\code{psFitsIsImage} shall return \code{true} if the FITS
     4141\code{header} corresponds to that of a FITS image.
     4142\code{psFitsIsTable} shall return \code{true} if the FITS
     4143\code{header} corresponds to that of a FITS table.
     4144
    41354145\subsubsection{FITS Image I/O Functions}
    41364146
Note: See TracChangeset for help on using the changeset viewer.