Changeset 32822 for trunk/ppSub/src/ppSubReadoutPhotometry.c
- Timestamp:
- Nov 25, 2011, 2:30:40 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadoutPhotometry.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadoutPhotometry.c
r31449 r32822 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.
