Changeset 4062
- Timestamp:
- May 31, 2005, 4:09:16 PM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r4061 r4062 1 %%% $Id: ChangeLogSDRS.tex,v 1.10 6 2005-06-01 01:33:39jhoblitt Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.107 2005-06-01 02:09:16 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 646 646 \item change parameters specifying the number of bytes to be allocated to be named \code{size} 647 647 \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.2 39 2005-06-01 01:33:39jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.240 2005-06-01 02:09:16 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4752 4752 4753 4753 \begin{prototype} 4754 psFits *psFitsAlloc(const char *filename); 4755 \end{prototype} 4756 4757 Opens a FITS file at positions the pointer to the PHU. 4754 psFits *psFitsOpen(const char *filename); 4755 \end{prototype} 4756 4757 Opens a FITS file and positions the pointer to the PHU. 4758 4759 \begin{prototype} 4760 bool psFitsClose(psFits *fits); 4761 \end{prototype} 4762 4763 Closes a FITS file. 4758 4764 4759 4765 \begin{prototype}
Note:
See TracChangeset
for help on using the changeset viewer.
