IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2006, 1:58:00 PM (21 years ago)
Author:
jhoblitt
Message:

sync psImage's definition with the implementation in psLib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex

    r5905 r5906  
    1 %%% $Id: psLibSDRS.tex,v 1.362.2.3 2006-01-05 23:55:02 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.362.2.4 2006-01-05 23:58:00 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    34763476\begin{datatype}
    34773477typedef struct psImage {
    3478     psMathType type;                    ///< image data type and dimension
     3478    const psMathType type;              ///< image data type and dimension
    34793479    const int numCols;                  ///< Number of columns in image
    34803480    const int numRows;                  ///< Number of rows in image.
     
    34943494        psC32 **C32;                    ///< Pointers to complex floating-point data
    34953495        psC64 **C64;                    ///< Pointers to complex double-precision data
    3496         psPtr V;                        ///< Pointers to untyped data
     3496        psPtr *V;                        ///< Pointers to untyped data
    34973497    } data;
    34983498    const struct psImage *parent;       ///< parent, if a subimage
Note: See TracChangeset for help on using the changeset viewer.