Changeset 4187
- Timestamp:
- Jun 8, 2005, 8:19:27 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmObjects.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmObjects.h
r4186 r4187 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-06-09 06:1 8:28$7 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-06-09 06:19:27 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 75 75 psModel; 76 76 77 // XXX: What is this enum?78 77 typedef enum { 79 78 PS_SOURCE_PSFSTAR, … … 129 128 psCullPeaks(peaks, maxValue, valid): eliminate peaks from the psList that have 130 129 a 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?133 130 *****************************************************************************/ 134 131 psList *pmCullPeaks(psList *peaks, ///< The psList of peaks to be culled … … 218 215 219 216 /****************************************************************************** 220 XXX: Why only *x argument?221 217 *****************************************************************************/ 222 218 psF64 pmMinLM_PsuedoGauss2D(psVector *deriv, ///< A possibly-NULL structure for the output derivatives
Note:
See TracChangeset
for help on using the changeset viewer.
