IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4187


Ignore:
Timestamp:
Jun 8, 2005, 8:19:27 PM (21 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r4186 r4187  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-06-09 06:18:28 $
     7 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-06-09 06:19:27 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7575psModel;
    7676
    77 // XXX: What is this enum?
    7877typedef enum {
    7978    PS_SOURCE_PSFSTAR,
     
    129128psCullPeaks(peaks, maxValue, valid): eliminate peaks from the psList that have
    130129a peak value above the given maximum, or fall outside the valid region.
    131  
    132 XXX: Do we free the psList elements of those culled peaks?
    133130 *****************************************************************************/
    134131psList *pmCullPeaks(psList *peaks,  ///< The psList of peaks to be culled
     
    218215
    219216/******************************************************************************
    220 XXX: Why only *x argument?
    221217 *****************************************************************************/
    222218psF64 pmMinLM_PsuedoGauss2D(psVector *deriv, ///< A possibly-NULL structure for the output derivatives
Note: See TracChangeset for help on using the changeset viewer.