Changeset 40191
- Timestamp:
- Oct 27, 2017, 7:40:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20170121/psphot/src/psphotFitSourcesLinear.c
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809/psphot/src/psphotFitSourcesLinear.c merged eligible /trunk/psphot/src/psphotFitSourcesLinear.c merged eligible
r39818 r40191 284 284 //if (modelSum < cut * normFlux) continue; 285 285 //if (maskedSum < cut * normFlux) continue; 286 287 // MEH add the log comments back in as trace instead, psphot 5? 288 if (modelSum < 0.8*normFlux) { 289 psTrace ("psphot", 5, "low-sig model @ %f, %f (%f masked sum, %f sum, %f normFlux, %f peak)\n", 290 source->peak->xf, source->peak->yf, maskedSum, modelSum, normFlux, source->peak->rawFlux); 291 } 292 if (maskedSum < 0.5*normFlux) { 293 psTrace ("psphot", 5, "worrying model @ %f, %f (%f masked sum, %f sum, %f normFlux, %f peak)\n", 294 source->peak->xf, source->peak->yf, maskedSum, modelSum, normFlux, source->peak->rawFlux); 295 } 286 296 if (modelSum < cutModelSum * normFlux) continue; 287 297 if (maskedSum < cutMaskedSum * normFlux) continue; -
Property svn:mergeinfo
set to
Note:
See TracChangeset
for help on using the changeset viewer.
