- Timestamp:
- Mar 18, 2011, 2:10:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psphot/src/psphotSourceFits.c
r30790 r30975 51 51 psArrayAdd (sourceSet, 16, source); 52 52 53 psTrace ("psphot", 4, "fitting blended source at %f %f : %f\n", source->peak->xf, source->peak->yf, source->peak-> flux);53 psTrace ("psphot", 4, "fitting blended source at %f %f : %f\n", source->peak->xf, source->peak->yf, source->peak->rawFlux); 54 54 55 55 // we need to include all blends in the fit (unless primary is saturated?) … … 69 69 70 70 // XXX assume local sky is 0.0? 71 model->params->data.F32[PM_PAR_I0] = blend->peak-> flux;71 model->params->data.F32[PM_PAR_I0] = blend->peak->rawFlux; 72 72 model->params->data.F32[PM_PAR_XPOS] = blend->peak->xf; 73 73 model->params->data.F32[PM_PAR_YPOS] = blend->peak->yf; … … 83 83 psArrayAdd (sourceSet, 16, blend); 84 84 85 psTrace ("psphot", 5, "adding source at %f %f : %f\n", blend->peak->xf, blend->peak->yf, blend->peak-> flux);85 psTrace ("psphot", 5, "adding source at %f %f : %f\n", blend->peak->xf, blend->peak->yf, blend->peak->rawFlux); 86 86 87 87 // free to avoid double counting model
Note:
See TracChangeset
for help on using the changeset viewer.
