IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3629


Ignore:
Timestamp:
Apr 1, 2005, 11:39:06 AM (21 years ago)
Author:
gusciora
Message:

...

Location:
trunk/psModules
Files:
2 edited

Legend:

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

    r3625 r3629  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-04-01 20:47:40 $
     7 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-04-01 21:38:27 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    114114the location (x value) of all peaks.
    115115 *****************************************************************************/
    116 psVector *pmFindVectorPeeks(const psVector *vector, ///< The input vector (psF32)
     116psVector *pmFindVectorPeaks(const psVector *vector, ///< The input vector (psF32)
    117117                            psF32 threshold  ///< Threshold above which to find a peak
    118118                           );
     
    123123value) of all peaks.
    124124 *****************************************************************************/
    125 psList *pmFindImagePeeks(const psImage *image, ///< The input image where peaks will be found (psF32)
     125psList *pmFindImagePeaks(const psImage *image, ///< The input image where peaks will be found (psF32)
    126126                         psF32 threshold ///< Threshold above which to find a peak
    127127                        );
     
    133133XXX: Do we free the psList elements of those culled peaks?
    134134 *****************************************************************************/
    135 psList *pmCullPeeks(psList *peaks,  ///< The psList of peaks to be culled
     135psList *pmCullPeaks(psList *peaks,  ///< The psList of peaks to be culled
    136136                    psF32 maxValue,  ///< Cull peaks above this value
    137137                    const psRegion *valid ///< Cull peaks otside this psRegion
  • trunk/psModules/test/tst_pmObjects01.c

    r3625 r3629  
    1919 * abd never deallocate, no error is generated.
    2020 *
    21  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    22  *  @date $Date: 2005-04-01 20:47:40 $
     21 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     22 *  @date $Date: 2005-04-01 21:39:06 $
    2323 *
    2424 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    404404        }
    405405
    406         //HEY
    407406        psListElem *tmpPeakLE = (psListElem *) outData->head;
    408407        while (tmpPeakLE != NULL) {
Note: See TracChangeset for help on using the changeset viewer.