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

    r20252 r20453  
    55    bool status = false;
    66
    7     psTimerStart ("residuals");
     7    psTimerStart ("psphot.fluxscale");
    88
    99    int Nx = psMetadataLookupS32(&status, recipe, "PSF.FLUXSCALE.NX");
     
    7272    psFree(trend);
    7373
     74    psLogMsg ("psphot", PS_LOG_MINUTIA, "built flux scale: %f sec\n", psTimerMark ("psphot.fluxscale"));
     75
    7476    return success;
    7577}
Note: See TracChangeset for help on using the changeset viewer.