- Timestamp:
- Dec 6, 2012, 6:32:19 PM (14 years ago)
- Location:
- branches/czw_branch/20120906/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120905/psphot (added) merged: 34408-34409,34415-34416,34428,34466,34565,34570,34575,34735,34747
- Property svn:mergeinfo changed
-
branches/czw_branch/20120906/psphot/src
- Property svn:mergeinfo changed
-
branches/czw_branch/20120906/psphot/src/psphotFitSourcesLinear.c
r34404 r34772 439 439 model->params->data.F32[PM_PAR_I0] = norm->data.F32[i]; 440 440 model->dparams->data.F32[PM_PAR_I0] = errors->data.F32[i]; 441 442 if (norm->data.F32[i] < MIN_VALID_FLUX) { 443 fprintf (stderr, "fit out of bounds for %f,%f : %f\n", source->peak->xf, source->peak->yf, norm->data.F32[i]); 444 model->params->data.F32[PM_PAR_I0] = MIN_VALID_FLUX; 445 } 441 446 442 447 // clear the 'mark' pixels so the subtraction covers the full window
Note:
See TracChangeset
for help on using the changeset viewer.
