IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36315


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

some notes and trace

Location:
branches/eam_branches/ipp-20130904/psphot
Files:
4 edited

Legend:

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

    r36311 r36315  
    315315
    316316// XXX TEST
    317             if (false && !isInteractive) {
     317            if (true && !isInteractive) {
    318318                if (!psThreadJobAddPending(job)) {
    319319                    psError(PS_ERR_UNKNOWN, false, "Unable to guess model.");
  • branches/eam_branches/ipp-20130904/psphot/src/psphotGalaxyShape.c

    r36304 r36315  
    315315    // generate the modelFlux
    316316    // need to reset here each time since we assign below to calculate the flux
     317    // XXX note that this does not add sky to model
    317318    pmPCMMakeModel (source, pcm->modelConv, maskVal, psfSize);
    318319    pcm->modelConv->params->data.F32[PM_PAR_I0] = 1.0;
  • 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       
  • branches/eam_branches/ipp-20130904/psphot/test/tap_psphot_galaxygrid.pro

    r36311 r36315  
    12771277    $Nrun = 0
    12781278    foreach radius 1.0 1.5 2.0 2.5 3.0 4.0 6.0 8.0
    1279       # mkexp.devexp.single tests.20131120/testrad.ps1v1.exp.$Nrun EXP $radius 1.0
     1279      mkexp.devexp.single tests.20131120/testrad.ps1v1.exp.$Nrun EXP $radius 1.0
    12801280      fitexp tests.20131120/testrad.ps1v1.exp.$Nrun tests.20131120/testrad.ps1v1.exp.$Nrun.t4p EXP_CONV
    12811281      $Nrun ++
Note: See TracChangeset for help on using the changeset viewer.