Changeset 6219
- Timestamp:
- Jan 26, 2006, 4:25:05 PM (20 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
r5915 r6219 1 %%% $Id: ChangeLogSDRS.tex,v 1.18 8 2006-01-06 02:39:46 jhoblittExp $1 %%% $Id: ChangeLogSDRS.tex,v 1.189 2006-01-27 02:25:00 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 842 842 \item convert \code{complex} declarations to be explicitly \code{double complex} 843 843 \item change \code{psFitsReadTable()}'s \code{fits} param to be \code{const} 844 \end{itemize} 844 \item Added S8,S16,U8,U16,U32 to \code{psDataType} (bug 579). 845 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r6046 r6219 1 %%% $Id: psLibSDRS.tex,v 1.37 6 2006-01-19 02:52:26price Exp $1 %%% $Id: psLibSDRS.tex,v 1.377 2006-01-27 02:25:05 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 950 950 \begin{datatype} 951 951 typedef enum { ///< type of item.data is: 952 PS_TYPE_S8 = PS_TYPE_S8, ///< psS8 953 PS_TYPE_S16 = PS_TYPE_S16, ///< psS16 952 954 PS_DATA_S32 = PS_TYPE_S32, ///< psS32 955 PS_TYPE_U8 = PS_TYPE_U8, ///< psU8 956 PS_TYPE_U16 = PS_TYPE_U16, ///< psU16 957 PS_TYPE_U32 = PS_TYPE_U32, ///< psU32 953 958 PS_DATA_F32 = PS_TYPE_F32, ///< psF32 954 959 PS_DATA_F64 = PS_TYPE_F64, ///< psF64
Note:
See TracChangeset
for help on using the changeset viewer.
