Changeset 42761 for branches/eam_branches/ipp-20230313/Ohana/src/relphot
- Timestamp:
- Dec 6, 2024, 4:56:27 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/Ohana/src/relphot/src/bcatalog.c
r42705 r42761 199 199 if (nEXT >= nPSF) { 200 200 Nmeasure -= Nm; 201 BAD_COUNT(Ngalaxy);201 badCount.Ngalaxy++; 202 202 continue; 203 203 } … … 209 209 if (Nm <= STAR_TOOFEW) { /* enough measurements total? */ 210 210 Nmeasure -= Nm; 211 BAD_COUNT(Nfew);211 badCount.Nfew++; 212 212 continue; 213 213 } … … 219 219 if (!anySecfiltGood) { 220 220 Nmeasure -= Nm; 221 BAD_COUNT(Nfew);221 badCount.Nfew++; 222 222 continue; 223 223 }
Note:
See TracChangeset
for help on using the changeset viewer.
