IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2008, 3:05:05 PM (18 years ago)
Author:
eugene
Message:

cleanup timer marks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotModelBackground.c

    r18833 r20453  
    99    static char *defaultStatsName = "FITTED_MEAN";
    1010
    11     psTimerStart ("psphot");
     11    psTimerStart ("psphot.background");
    1212
    1313    // find the currently selected readout
     
    283283    }
    284284
    285     psLogMsg ("psphot", PS_LOG_MINUTIA, "build median image: %f sec\n", psTimerMark ("psphot"));
     285    psLogMsg ("psphot", PS_LOG_INFO, "built background image: %f sec\n", psTimerMark ("psphot.background"));
    286286
    287287    psMetadataAddF32(recipe, PS_LIST_TAIL, "SKY_MEAN", PS_META_REPLACE, "sky mean", Value);
Note: See TracChangeset for help on using the changeset viewer.