IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4123


Ignore:
Timestamp:
Jun 6, 2005, 2:37:10 PM (21 years ago)
Author:
jhoblitt
Message:

add psFitsType

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r4122 r4123  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.129 2005-06-06 23:40:52 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.130 2005-06-07 00:37:10 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    678678\item add \code{psMetadataLookupStr()}
    679679\item add \code{psMetadataLookupBool()}
    680 \end{itemize}
     680\item add \code{psFitsType}
     681\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r4122 r4123  
    1 %%% $Id: psLibSDRS.tex,v 1.264 2005-06-06 23:40:53 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.265 2005-06-07 00:37:10 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    48634863Returns the number of HDUs in the file.
    48644864
     4865\begin{datatype}
     4866typedef enum {
     4867    PS_FITS_TYPE_NONE,
     4868    PS_FITS_TYPE_IMAGE,
     4869    PS_FITS_TYPE_BINARY_TABLE,
     4870    PS_FITS_TYPE_ASCII_TABLE,
     4871    PS_FITS_TYPE_ANY
     4872} psFitsType;
     4873\end{datatype}
     4874
    48654875\begin{prototype}
    48664876psFitsType psFitsGetExtType(const psFits* fits);
Note: See TracChangeset for help on using the changeset viewer.