IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2005, 1:21:05 PM (21 years ago)
Author:
gusciora
Message:

The code is in better shape than the release version. CalculateEquation
generates a resonably looking image kernel (to me) for POIS. However, for
ISIS kernels, we are generating NANs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmImageSubtract.h

    r4034 r4322  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-05-25 23:00:50 $
     7 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-06-20 23:21:05 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6262{
    6363    int x, y;      ///< Position
     64    int p_xSize;
     65    int p_ySize;
     66    int p_xMin;
     67    int p_xMax;
     68    int p_yMin;
     69    int p_yMax;
    6470    psImage *matrix;     ///< Associated matrix
    6571    psVector *vector;     ///< Assoicated vector
Note: See TracChangeset for help on using the changeset viewer.