IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4062


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

rename psFitsAlloc() -> psFitsOpen()
add psFitsClose

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r4061 r4062  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.106 2005-06-01 01:33:39 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.107 2005-06-01 02:09:16 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    646646  \item change parameters specifying the number of bytes to be allocated to be named \code{size}
    647647  \item change parameters specifying the type of something to be named \code{type} where appropriate
    648   \end{itemize}
    649 \end{itemize}
     648\end{itemize}
     649\item rename \code{psFitsAlloc()} $\rightarrow$ \code{psFitsOpen()}
     650\item add \code{psFitsClose}
     651\end{itemize}
  • 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.