Changeset 41603 for branches/eam_branches/relphot.20210521/src/bcatalog.c
- Timestamp:
- May 21, 2021, 10:03:06 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/bcatalog.c
r41561 r41603 112 112 113 113 // require 0x01 in photFlags (fitted with a PSF) 114 if ((catalog[0].measure[offset].photFlags & 0x01) == 0) { Nbad ++; continue; }114 // XXX EAM : test is inconsistent -- fix if ((catalog[0].measure[offset].photFlags & 0x01) == 0) { Nbad ++; continue; } 115 115 116 116 // very loose cut on PSF - Kron
Note:
See TracChangeset
for help on using the changeset viewer.
