- Timestamp:
- Dec 2, 2011, 11:45:13 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/ppSub/src/ppSubReadoutPhotometry.c
r31449 r32852 92 92 // detections in the wings (or cores) of bright(er) stars found in both images. 93 93 // 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); 96 96 97 97 if (data->stats) {
Note:
See TracChangeset
for help on using the changeset viewer.
