Changeset 41624 for branches/eam_branches/relphot.20210521/src/bcatalog.c
- Timestamp:
- May 28, 2021, 10:15:35 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/bcatalog.c
r41620 r41624 89 89 90 90 // require 0x01 in photFlags (fitted with a PSF) -- add to the test data 91 // XXX EAM : test is inconsistent -- fix if ((catalog[0].measure[offset].photFlags & 0x01) == 0) { Nbad ++; continue; }91 if (REQUIRE_PSFFIT && (catalog[0].measure[offset].photFlags & 0x01) == 0) { Nbad ++; continue; } 92 92 93 93 // very loose cut on PSF - Kron
Note:
See TracChangeset
for help on using the changeset viewer.
