IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 26, 2013, 5:52:40 AM (13 years ago)
Author:
eugene
Message:

some notes and trace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psphot/src/psphotSourceFits.c

    r36311 r36315  
    653653    if (TIMING) { t4 = psTimerMark ("psphotFitPCM"); }
    654654
     655    psphotPCMfitCheckSize (pcm, source, maskVal, psfSize);
    655656    if (pcm->modelConv->nIter == fitOptions->nIter) {
    656657        psphotPCMfitRetry (pcm, source, &options, maskVal, markVal, psfSize);
    657658    }
    658     // psphotPCMfitCheckSize (pcm, source, maskVal, psfSize);
    659659    if (TIMING) { t5 = psTimerMark ("psphotFitPCM"); }
    660660
     
    872872
    873873            // generated the modelFlux
     874            // XXX note that this does not add sky to model
    874875            pmPCMMakeModel (source, pcm->modelConv, maskVal, psfSize);
    875876       
     
    12901291
    12911292        // generated the modelFlux
     1293            // XXX note that this does not add sky to model
    12921294        pmPCMMakeModel (source, pcm->modelConv, maskVal, psfSize);
    12931295       
     
    13291331            rMin = dref;
    13301332        }
    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);
    13321334    }
    13331335
     
    13721374
    13731375    // generated the modelFlux
     1376            // XXX note that this does not add sky to model
    13741377    pmPCMMakeModel (source, pcm->modelConv, maskVal, psfSize);
    13751378       
Note: See TracChangeset for help on using the changeset viewer.