IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 31, 2005, 4:09:16 PM (21 years ago)
Author:
jhoblitt
Message:

rename psFitsAlloc() -> psFitsOpen()
add psFitsClose

File:
1 edited

Legend:

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

    r4061 r4062  
    1 %%% $Id: psLibSDRS.tex,v 1.239 2005-06-01 01:33:39 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.240 2005-06-01 02:09:16 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    47524752
    47534753\begin{prototype}
    4754 psFits *psFitsAlloc(const char *filename);
    4755 \end{prototype}
    4756 
    4757 Opens a FITS file at positions the pointer to the PHU.
     4754psFits *psFitsOpen(const char *filename);
     4755\end{prototype}
     4756
     4757Opens a FITS file and positions the pointer to the PHU.
     4758
     4759\begin{prototype}
     4760bool psFitsClose(psFits *fits);
     4761\end{prototype}
     4762
     4763Closes a FITS file.
    47584764
    47594765\begin{prototype}
Note: See TracChangeset for help on using the changeset viewer.