IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5877


Ignore:
Timestamp:
Jan 3, 2006, 6:28:11 PM (21 years ago)
Author:
jhoblitt
Message:

sync psImage's definition with the implementation in psLib

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r5792 r5877  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.185 2005-12-15 01:30:23 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.186 2006-01-04 04:28:11 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    839839  parameter.
    840840\item minor \code{typedef} fixes
    841 \end{itemize}
     841\item sync \code{psImage}'s definition with the implementation in psLib
     842\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r5876 r5877  
    1 %%% $Id: psLibSDRS.tex,v 1.368 2006-01-04 00:07:45 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.369 2006-01-04 04:26:21 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    34803480\begin{datatype}
    34813481typedef struct psImage {
    3482     psMathType type;                    ///< image data type and dimension
     3482    const psMathType type;              ///< image data type and dimension
    34833483    const int numCols;                  ///< Number of columns in image
    34843484    const int numRows;                  ///< Number of rows in image.
     
    34983498        psC32 **C32;                    ///< Pointers to complex floating-point data
    34993499        psC64 **C64;                    ///< Pointers to complex floating-point data
    3500         psPtr V;                        ///< Pointers to untyped data
     3500        psPtr *V;                       ///< Pointers to untyped data
    35013501    } data;
    35023502    const struct psImage *parent;       ///< parent, if a subimage
Note: See TracChangeset for help on using the changeset viewer.