IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 7, 2007, 6:24:37 PM (19 years ago)
Author:
Paul Price
Message:

Removing field in psImageMap to avoid carrying around a reference to an image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageMap.h

    r15041 r15507  
    77 *  @author Eugene Magnier, IfA
    88 *
    9  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-09-27 04:27:03 $
     9 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-11-08 04:24:37 $
    1111 *
    1212 *  Copyright 2007 Institute for Astronomy, University of Hawaii
     
    2727    psImage *map;
    2828    psImage *error;
    29     psImage *field;
     29    int col0, row0;                     // Column and row offsets from the original image
     30    int numCols, numRows;               // Size of original image
    3031    psImageBinning *binning;
    3132    int nBad;
     
    3435} psImageMap;
    3536
    36 psImageMap *psImageMapAlloc(psImage *field, psImageBinning *binning, psStats *stats) PS_ATTR_MALLOC;
     37psImageMap *psImageMapAlloc(const psImage *field, psImageBinning *binning, psStats *stats) PS_ATTR_MALLOC;
    3738
    3839psImageMap *psImageMapNoImageAlloc(psImageBinning *binning, psStats *stats) PS_ATTR_MALLOC;
Note: See TracChangeset for help on using the changeset viewer.