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

    r16071 r16251  
    7171                }
    7272
     73                // write the elapsed time here; this will be updated in psastroMosaicAstrometry, if called
     74                psMetadataAddF32 (updates, PS_LIST_TAIL, "DT_ASTR", PS_META_REPLACE, "elapsed psastro time", psTimerMark ("psastroAnalysis"));
     75
    7376                pmAstromWriteWCS (updates, fpa, chip, NONLIN_TOL);
    7477                psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSASTRO.HEADER",  PS_DATA_METADATA, "psastro header stats", updates);
Note: See TracChangeset for help on using the changeset viewer.