IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1662


Ignore:
Timestamp:
Aug 30, 2004, 11:48:03 AM (22 years ago)
Author:
Paul Price
Message:

psKernel.kernelRows renamed to .p_kernelRows, to emphasise that it's
not intended for regular users. .data renamed .image to emphasise
that this is the "image view".

File:
1 edited

Legend:

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

    r1660 r1662  
    1 %%% $Id: psLibSDRS.tex,v 1.94 2004-08-30 21:43:07 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.95 2004-08-30 21:48:03 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    29302930/** A convolution kernel */
    29312931typedef struct {
    2932     psImage *data;                      ///< Kernel data, in the form of an image
     2932    psImage *image;                     ///< Kernel data, in the form of an image
    29332933    int xMin, yMin;                     ///< Most negative indices
    29342934    int xMax, yMax;                     ///< Most positive indices
    2935     float **kernelRows;                 ///< Pointer to the rows of the kernel data
    29362935    float **kernel;                     ///< Pointer to the kernel data
     2936    float **p_kernelRows;               ///< Pointer to the rows of the kernel data
    29372937} psKernel;
    29382938\end{verbatim}
Note: See TracChangeset for help on using the changeset viewer.