IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 31, 2011, 12:38:51 PM (15 years ago)
Author:
eugene
Message:

tweak log levels to make psphot steps and timing clearer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/psphot/src/psphotFitSourcesLinear.c

    r31988 r32238  
    353353        psImageMaskPixels (source->maskObj, "AND", PS_NOT_IMAGE_MASK(markVal));
    354354
    355         // subtract object
     355        // subtract object & add noise
    356356        pmSourceSub (source, PM_MODEL_OP_FULL, maskVal);
    357357    }
     
    378378    psFree (border);
    379379
    380     psLogMsg ("psphot.ensemble", PS_LOG_INFO, "measure ensemble of PSFs: %f sec\n", psTimerMark ("psphot.linear"));
     380    psLogMsg ("psphot.ensemble", PS_LOG_WARN, "measure ensemble of PSFs: %f sec\n", psTimerMark ("psphot.linear"));
    381381
    382382    psphotVisualPlotChisq (sources);
Note: See TracChangeset for help on using the changeset viewer.