IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2008, 4:16:38 PM (18 years ago)
Author:
eugene
Message:

adding timer for psastroAnalysis, writing to output headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroMosaicAstrom.c

    r16074 r16251  
    129129    }
    130130
     131    // write the elapsed time here; this will be updated in psastroMosaicAstrometry, if called
     132    psMetadataAddF32 (updates, PS_LIST_TAIL, "DT_ASTR", PS_META_REPLACE, "elapsed psastro time", psTimerMark ("psastroAnalysis"));
     133
    131134    psMetadataAddMetadata (fpa->analysis, PS_LIST_TAIL, "PSASTRO.HEADER",  PS_META_REPLACE, "psastro header stats", updates);
    132135    psFree (updates);
Note: See TracChangeset for help on using the changeset viewer.