Changeset 40035
- Timestamp:
- May 14, 2017, 10:33:58 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ippconfig/recipes/psphot.config (modified) (3 diffs)
-
psphot/src/psphotFitSourcesLinear.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/recipes/psphot.config
r40034 r40035 692 692 OUTPUT.FORMAT STR PS1_DV5 # Format of output file 693 693 694 PSF_FIT_MODEL_SUM_FRAC_CUT F32 0.5 695 PSF_FIT_MASKED_SUM_FRAC_CUT F32 0.1 696 694 697 # Extended source fit parameters 695 698 # these models are used for high-quality shape analysis after all sources have been removed … … 711 714 CHIP_PARAMS BOOL FALSE 712 715 716 PSF_FIT_MODEL_SUM_FRAC_CUT F32 0.5 717 PSF_FIT_MASKED_SUM_FRAC_CUT F32 0.1 718 713 719 # Extended source fit parameters 714 720 # these models are used for high-quality shape analysis after all sources have been removed … … 748 754 749 755 PSF_FIT_MODEL_SUM_FRAC_CUT F32 0.5 750 PSF_FIT_MASKED_SUM_FRAC_CUT F32 0. 5756 PSF_FIT_MASKED_SUM_FRAC_CUT F32 0.1 751 757 752 758 # Extended source fit parameters -
trunk/psphot/src/psphotFitSourcesLinear.c
r39818 r40035 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;
Note:
See TracChangeset
for help on using the changeset viewer.
