Changeset 36086 for trunk/psphot/src/psphotBlendFit.c
- Timestamp:
- Aug 31, 2013, 6:02:26 AM (13 years ago)
- Location:
- trunk/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130711/psphot (added) merged: 35844,35972-35973,36025,36028-36029,36031-36033,36053-36054,36062-36064,36074
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130711/psphot/src (added) merged: 35844,35972,36025,36028,36031-36033,36062-36064,36074
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotBlendFit.c
r35769 r36086 273 273 pmSource *source = sources->data[i]; 274 274 275 # if (0) 275 276 int TEST_ON = false; 276 # if (0)277 277 # define TEST_X 653 278 278 # define TEST_Y 466 … … 342 342 if (source->mode & PM_SOURCE_MODE_EXT_LIMIT) { 343 343 if (psphotFitBlob (readout, source, newSources, psf, fitOptions, maskVal, markVal)) { 344 # if (PS_TRACE_ON) 344 345 if (TEST_ON) { 345 346 psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0); 346 347 } 348 # endif 347 349 psTrace ("psphot", 5, "source at %7.1f, %7.1f is ext", source->peak->xf, source->peak->yf); 348 350 Next ++; … … 351 353 } else { 352 354 if (psphotFitBlend (readout, source, psf, fitOptions, maskVal, markVal)) { 355 # if (PS_TRACE_ON) 353 356 if (TEST_ON) { 354 357 psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0); 355 358 } 359 # endif 356 360 source->type = PM_SOURCE_TYPE_STAR; 357 361 psTrace ("psphot", 5, "source at %7.1f, %7.1f is psf", source->peak->xf, source->peak->yf);
Note:
See TracChangeset
for help on using the changeset viewer.
