- Timestamp:
- Nov 26, 2013, 5:52:40 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psphot/src/psphotSourceFits.c
r36311 r36315 653 653 if (TIMING) { t4 = psTimerMark ("psphotFitPCM"); } 654 654 655 psphotPCMfitCheckSize (pcm, source, maskVal, psfSize); 655 656 if (pcm->modelConv->nIter == fitOptions->nIter) { 656 657 psphotPCMfitRetry (pcm, source, &options, maskVal, markVal, psfSize); 657 658 } 658 // psphotPCMfitCheckSize (pcm, source, maskVal, psfSize);659 659 if (TIMING) { t5 = psTimerMark ("psphotFitPCM"); } 660 660 … … 872 872 873 873 // generated the modelFlux 874 // XXX note that this does not add sky to model 874 875 pmPCMMakeModel (source, pcm->modelConv, maskVal, psfSize); 875 876 … … 1290 1291 1291 1292 // generated the modelFlux 1293 // XXX note that this does not add sky to model 1292 1294 pmPCMMakeModel (source, pcm->modelConv, maskVal, psfSize); 1293 1295 … … 1329 1331 rMin = dref; 1330 1332 } 1331 fprintf (stderr, "%d | %f %f %f | %f %f %f\n", j, dref, Io, Chisq, rMin, iMin, xMin);1333 // fprintf (stderr, "%d | %f %f %f | %f %f %f\n", j, dref, Io, Chisq, rMin, iMin, xMin); 1332 1334 } 1333 1335 … … 1372 1374 1373 1375 // generated the modelFlux 1376 // XXX note that this does not add sky to model 1374 1377 pmPCMMakeModel (source, pcm->modelConv, maskVal, psfSize); 1375 1378
Note:
See TracChangeset
for help on using the changeset viewer.
