IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 2, 2008, 10:42:46 AM (18 years ago)
Author:
gusciora
Message:

Removed pmPeakTest().

File:
1 edited

Legend:

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

    r15562 r15984  
    1010 * @author GLG, MHPCC
    1111 *
    12  * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    13  * @date $Date: 2007-11-10 01:09:20 $
     12 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     13 * @date $Date: 2008-01-02 20:42:46 $
    1414 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1515 */
     
    7474);
    7575
    76 bool pmPeakTest(const psPtr ptr);
    7776bool psMemCheckPeak(psPtr ptr);
    7877
     
    120119
    121120
    122 /** pmCullPeaks()
    123  *
    124  * Eliminate peaks from the psList that have a peak value above the given
    125  * maximum, or fall outside the valid region.
    126  *
    127  */
    128 psList *pmCullPeaks(
    129     psList *peaks,   ///< The psList of peaks to be culled
    130     float maxValue,   ///< Cull peaks above this value
    131     const psRegion valid                ///< Cull peaks otside this psRegion
    132 );
    133 
    134 
    135121/** pmPeaksSubset()
    136122 *
Note: See TracChangeset for help on using the changeset viewer.