IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 29, 2008, 2:16:50 PM (18 years ago)
Author:
eugene
Message:

moved peaks and footprints into detections; moving mask selections into recipe and called functions; dropping unused MODE flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080229/psphot/src/pmFootprint.h

    r14655 r16760  
    5252psArray *pmFootprintArrayToPeaks(const psArray *footprints);
    5353
     54typedef 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
     61pmDetections *pmDetectionsAlloc ();
     62
     63
    5464#endif
Note: See TracChangeset for help on using the changeset viewer.