IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2006, 5:14:23 PM (20 years ago)
Author:
magnier
Message:

major rework of objects code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/objects/pmPeaks.c

    r6537 r6556  
    1 /** @file  pmObjects.c
     1/** @file  pmPeaks.c
    22 *
    3  *  This file will ...
     3 *  This file defines functions to detect and manipulate peaks in images
    44 *
    55 *  @author GLG, MHPCC
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.1.2.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-03-07 06:33:35 $
     8 *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-03-09 03:14:23 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1717#include <string.h>
    1818#include "pslib.h"
    19 #include "pmObjects.h"
    20 #include "pmModelGroup.h"
     19#include "pmPeaks.h"
    2120
    2221/******************************************************************************
     
    110109}
    111110
    112 // XXX are these private or public?
    113111// psSort comparison function for peaks
    114 int pmComparePeakAscend (const void **a, const void **b)
     112int pmPeaksCompareAscend (const void **a, const void **b)
    115113{
    116114    psTrace(__func__, 3, "---- %s() begin ----\n", __func__);
     
    133131
    134132// psSort comparison function for peaks
    135 int pmComparePeakDescend (const void **a, const void **b)
     133int pmPeaksCompareDescend (const void **a, const void **b)
    136134{
    137135    psTrace(__func__, 3, "---- %s() begin ----\n", __func__);
Note: See TracChangeset for help on using the changeset viewer.