Changeset 4123
- Timestamp:
- Jun 6, 2005, 2:37:10 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
r4122 r4123 1 %%% $Id: ChangeLogSDRS.tex,v 1.1 29 2005-06-06 23:40:52jhoblitt Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.130 2005-06-07 00:37:10 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 678 678 \item add \code{psMetadataLookupStr()} 679 679 \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.26 4 2005-06-06 23:40:53jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.265 2005-06-07 00:37:10 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4863 4863 Returns the number of HDUs in the file. 4864 4864 4865 \begin{datatype} 4866 typedef 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 4865 4875 \begin{prototype} 4866 4876 psFitsType psFitsGetExtType(const psFits* fits);
Note:
See TracChangeset
for help on using the changeset viewer.
