Changeset 24875
- Timestamp:
- Jul 21, 2009, 10:42:38 AM (17 years ago)
- Location:
- trunk/psModules/src/objects
- Files:
-
- 1 added
- 2 edited
-
Makefile.am (modified) (1 diff)
-
pmFootprint.h (modified) (1 diff)
-
pmFootprintCullPeaks.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/Makefile.am
r24401 r24875 10 10 pmFootprintArraysMerge.c \ 11 11 pmFootprintAssignPeaks.c \ 12 pmFootprintCullPeaks.c \ 12 13 pmFootprintFind.c \ 13 14 pmFootprintFindAtPoint.c \ -
trunk/psModules/src/objects/pmFootprint.h
r20945 r24875 51 51 void pmSetFootprintArrayIDsForImage(psImage *idImage, 52 52 const psArray *footprints, // the footprints to insert 53 const bool relativeIDs); // show IDs starting at 0, not pmFootprint->id 53 const bool relativeIDs // show IDs starting at 0, not pmFootprint->id 54 ); 54 55 55 56 psErrorCode pmFootprintsAssignPeaks(psArray *footprints, const psArray *peaks); 56 57 57 psErrorCode pmFootprintArrayCullPeaks(const psImage *img, const psImage *weight, psArray *footprints, 58 const float nsigma, const float threshold_min); 59 psErrorCode pmFootprintCullPeaks(const psImage *img, const psImage *weight, pmFootprint *fp, 60 const float nsigma, const float threshold_min); 58 psErrorCode pmFootprintCullPeaks(const psImage *img, // the image wherein lives the footprint 59 const psImage *weight, // corresponding variance image 60 pmFootprint *fp, // Footprint containing mortal peaks 61 const float nsigma_delta, // how many sigma above local background a peak needs to be to survive 62 const float fPadding, // fractional padding added to stdev since bright peaks have unreasonably high significance 63 const float min_threshold // minimum permitted coll height 64 ); 61 65 62 66 psArray *pmFootprintArrayToPeaks(const psArray *footprints);
Note:
See TracChangeset
for help on using the changeset viewer.
