Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 6218)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 6219)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.188 2006-01-06 02:39:46 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.189 2006-01-27 02:25:00 price Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -842,3 +842,4 @@
 \item convert \code{complex} declarations to be explicitly \code{double complex}
 \item change \code{psFitsReadTable()}'s \code{fits} param to be \code{const} 
-\end{itemize}
+\item Added S8,S16,U8,U16,U32 to \code{psDataType} (bug 579).
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 6218)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 6219)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.376 2006-01-19 02:52:26 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.377 2006-01-27 02:25:05 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -950,5 +950,10 @@
 \begin{datatype}
 typedef enum {                         ///< type of item.data is:
+    PS_TYPE_S8 = PS_TYPE_S8,           ///< psS8
+    PS_TYPE_S16 = PS_TYPE_S16,         ///< psS16
     PS_DATA_S32  = PS_TYPE_S32,        ///< psS32
+    PS_TYPE_U8 = PS_TYPE_U8,           ///< psU8
+    PS_TYPE_U16 = PS_TYPE_U16,         ///< psU16
+    PS_TYPE_U32 = PS_TYPE_U32,         ///< psU32
     PS_DATA_F32  = PS_TYPE_F32,        ///< psF32
     PS_DATA_F64  = PS_TYPE_F64,        ///< psF64
