IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2011, 11:45:13 AM (15 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

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

    r31449 r32852  
    9292    // detections in the wings (or cores) of bright(er) stars found in both images.
    9393    // flag detections based on their distance from the bright(er) input sources.
    94     bool matchRef = !strcasecmp(name, "PPSUB.INVERSE");
    95     ppSubFlagNeighbors (config, view, sources, matchRef);
     94    bool subInverse = !strcasecmp(name, "PPSUB.INVERSE");
     95    ppSubFlagNeighbors (config, view, sources, subInverse);
    9696
    9797    if (data->stats) {
Note: See TracChangeset for help on using the changeset viewer.