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/psphotChoosePSF.c

    r20287 r20453  
    2121    bool status;
    2222
    23     psTimerStart ("psphot");
     23    psTimerStart ("psphot.choose.psf");
    2424
    2525    // bit-masks to test for good/bad pixels
     
    308308
    309309    char *modelName = pmModelClassGetName (psf->type);
    310     psLogMsg ("psphot.pspsf", PS_LOG_INFO, "select psf model: %f sec\n", psTimerMark ("psphot"));
     310    psLogMsg ("psphot.pspsf", PS_LOG_INFO, "select psf model: %f sec\n", psTimerMark ("psphot.choose.psf"));
    311311    psLogMsg ("psphot.pspsf", PS_LOG_INFO, "psf model %s, ApResid: %f +/- %f\n", modelName, psf->ApResid, psf->dApResid);
    312312
Note: See TracChangeset for help on using the changeset viewer.