IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 6, 2006, 11:07:42 PM (20 years ago)
Author:
magnier
Message:

adding prep code to apply psImageBicubeFit to peaks in pmPeaks (ie, to smoothed image); not functioning yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPeaks.h

    r7311 r9881  
    1010 *  @author GLG, MHPCC
    1111 *
    12  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-06-03 01:02:08 $
     12 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-11-07 09:07:42 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5050    int x;                              ///< X-coordinate of peak pixel.
    5151    int y;                              ///< Y-coordinate of peak pixel.
     52    float xf;                           ///< bicube fit to peak coord (x)
     53    float yf;                           ///< bicube fit to peak coord (y)
    5254    float counts;                       ///< Value of peak pixel (above sky?).
    5355    pmPeakType type;                   ///< Description of peak.
Note: See TracChangeset for help on using the changeset viewer.