IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6219


Ignore:
Timestamp:
Jan 26, 2006, 4:25:05 PM (20 years ago)
Author:
Paul Price
Message:

Added S8,S16,U8,U16,U32 to psDataType (bug 579).

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r5915 r6219  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.188 2006-01-06 02:39:46 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.189 2006-01-27 02:25:00 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    842842\item convert \code{complex} declarations to be explicitly \code{double complex}
    843843\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.376 2006-01-19 02:52:26 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.377 2006-01-27 02:25:05 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    950950\begin{datatype}
    951951typedef enum {                         ///< type of item.data is:
     952    PS_TYPE_S8 = PS_TYPE_S8,           ///< psS8
     953    PS_TYPE_S16 = PS_TYPE_S16,         ///< psS16
    952954    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
    953958    PS_DATA_F32  = PS_TYPE_F32,        ///< psF32
    954959    PS_DATA_F64  = PS_TYPE_F64,        ///< psF64
Note: See TracChangeset for help on using the changeset viewer.