IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 1, 2010, 4:39:51 PM (16 years ago)
Author:
eugene
Message:

add function to match diff detections to input sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/ppSub/src/ppSubReadoutPhotometry.c

    r26982 r28823  
    9797    psAssert (sources, "missing sources?");
    9898
     99    // a likely source of false positives is poor subtractions.  this results in
     100    // detections in the wings (or cores) of bright(er) stars found in both images.
     101    // flag detections based on their distance from the bright(er) input sources.
     102    bool matchRef = !strcasecmp(name, "PPSUB.INVERSE");
     103    ppSubFlagNeighbors (config, view, sources, matchRef);
     104
    99105    if (data->stats) {
    100106        bool mdok;
Note: See TracChangeset for help on using the changeset viewer.