IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4903


Ignore:
Timestamp:
Aug 30, 2005, 11:29:38 AM (21 years ago)
Author:
jhoblitt
Message:

add psFitsOpenStream()

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r4872 r4903  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.166 2005-08-24 23:50:27 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.167 2005-08-30 21:29:38 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    772772\item Split \code{psMetadataRemove} into \code{psMetadataRemoveKey} and \code{psMetadataRemoveIndex}.
    773773\item Added explanatory note about \code{psRegionFromString} and the FITS standard.
    774 \end{itemize}
    775 
     774\item add \code{psFitsOpenStream()}
     775\end{itemize}
     776
  • trunk/doc/pslib/psLibSDRS.tex

    r4872 r4903  
    1 %%% $Id: psLibSDRS.tex,v 1.328 2005-08-24 23:50:27 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.329 2005-08-30 21:29:38 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    39063906
    39073907\begin{prototype}
     3908psFits *psFitsOpenStream(FILE *stream);
     3909\end{prototype}
     3910
     3911Opens a stream and positions the pointer to the PHU.
     3912
     3913\begin{prototype}
    39083914bool psFitsClose(psFits *fits);
    39093915\end{prototype}
Note: See TracChangeset for help on using the changeset viewer.