Changeset 16760 for branches/eam_branch_20080229/psphot/src/pmFootprint.h
- Timestamp:
- Feb 29, 2008, 2:16:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080229/psphot/src/pmFootprint.h
r14655 r16760 52 52 psArray *pmFootprintArrayToPeaks(const psArray *footprints); 53 53 54 typedef struct { 55 psArray *footprints; // collection of footprints in the image 56 psArray *peaks; // collection of all peaks contained by the footprints 57 psArray *oldPeaks; // collection of all peaks previously found 58 int last; 59 } pmDetections; 60 61 pmDetections *pmDetectionsAlloc (); 62 63 54 64 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
