IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

sync psImage's definition with the implementation in psLib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.