Changeset 16251
- Timestamp:
- Jan 25, 2008, 4:16:38 PM (18 years ago)
- Location:
- trunk/psastro/src
- Files:
-
- 3 edited
-
psastroAnalysis.c (modified) (1 diff)
-
psastroChipAstrom.c (modified) (1 diff)
-
psastroMosaicAstrom.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroAnalysis.c
r15891 r16251 5 5 bool status; 6 6 int nStars; 7 8 // measure the total elapsed time in psastroAnalysis. 9 psTimerStart ("psastroAnalysis"); 7 10 8 11 // select the current recipe -
trunk/psastro/src/psastroChipAstrom.c
r16071 r16251 71 71 } 72 72 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 73 76 pmAstromWriteWCS (updates, fpa, chip, NONLIN_TOL); 74 77 psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSASTRO.HEADER", PS_DATA_METADATA, "psastro header stats", updates); -
trunk/psastro/src/psastroMosaicAstrom.c
r16074 r16251 129 129 } 130 130 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 131 134 psMetadataAddMetadata (fpa->analysis, PS_LIST_TAIL, "PSASTRO.HEADER", PS_META_REPLACE, "psastro header stats", updates); 132 135 psFree (updates);
Note:
See TracChangeset
for help on using the changeset viewer.
