Changeset 34418 for trunk/psphot/src/psphotFitSourcesLinear.c
- Timestamp:
- Sep 7, 2012, 10:51:18 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psphot (modified) (1 prop)
-
psphot/src (modified) (1 prop)
-
psphot/src/psphotFitSourcesLinear.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120905 (added) merged: 34407-34409,34415-34417
- Property svn:mergeinfo changed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120905/psphot (added) merged: 34408-34409,34415-34416
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120905/psphot/src (added) merged: 34408-34409,34415-34416
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotFitSourcesLinear.c
r34404 r34418 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.
