IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20977


Ignore:
Timestamp:
Dec 14, 2008, 9:16:51 AM (17 years ago)
Author:
eugene
Message:

need to keep the peaks from both the new and old set of footprints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081214/psphot/src/psphotFindFootprints.c

    r20831 r20977  
    5454    if (pass == 2) {
    5555        // merge in old peaks;
    56         const int includePeaks = 0x0 | 0x2; // i.e. just from newFootprints
    57 
    58         // XXX EAM : still not sure I understand this: are we double-couning or undercounting peaks
     56        // XXX old version:
     57        // const int includePeaks = 0x02; // i.e. just from newFootprints
     58        const int includePeaks = 0x01 | 0x02; // keep the peaks from the old footprints
    5959
    6060        psArray *mergedFootprints = pmFootprintArraysMerge(detections->footprints, footprints, includePeaks);
Note: See TracChangeset for help on using the changeset viewer.