- Timestamp:
- Aug 17, 2007, 11:01:59 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070817/psModules/src/objects/pmSource.c
r14529 r14544 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $9 * @date $Date: 2007-08-1 6 18:33:00$8 * @version $Revision: 1.34.2.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-08-17 21:01:59 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 113 113 } 114 114 115 bool pm IsSource(const psPtr ptr)115 bool pmSourceTest(const psPtr ptr) 116 116 { 117 117 return (psMemGetDeallocator(ptr) == (psFreeFunc)sourceFree); … … 337 337 return emptyClump; 338 338 } 339 peaks = pm FindImagePeaks(splane, stats[0].max / 2);339 peaks = pmPeaksInImage (splane, stats[0].max / 2); 340 340 psTrace ("psModules.objects", 2, "clump threshold is %f\n", stats[0].max/2); 341 341
Note:
See TracChangeset
for help on using the changeset viewer.
