Changeset 36914 for trunk/psastro/src
- Timestamp:
- Jun 19, 2014, 3:22:46 PM (12 years ago)
- Location:
- trunk/psastro/src
- Files:
-
- 2 edited
-
psastroChipAstrom.c (modified) (1 diff)
-
psastroOneChipFit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroChipAstrom.c
r35419 r36914 143 143 numGoodRO++; 144 144 145 psU64 astrom_chip_val = 1; 146 astrom_chip_val <<= view->chip; 147 psMetadataAddU64 (updates, PS_LIST_TAIL, "ASTROM_CHIPS", PS_META_REPLACE, 148 "chips that passed astrometry", astrom_chip_val); 149 145 150 // write the elapsed time here; this will be updated in psastroMosaicAstrometry, if called 146 151 psMetadataAddF32 (updates, PS_LIST_TAIL, "DT_ASTR", PS_META_REPLACE, "elapsed psastro time", psTimerMark ("psastroAnalysis")); -
trunk/psastro/src/psastroOneChipFit.c
r36837 r36914 228 228 psMetadataAddF32 (updates, PS_LIST_TAIL, "CPRECISE", PS_META_REPLACE, "astrometry precision (arcsec)", 0.0); 229 229 psMetadataAddS32 (updates, PS_LIST_TAIL, "NASTRO", PS_META_REPLACE, "number of astrometry stars", 0); 230 psMetadataAddU64 (updates, PS_LIST_TAIL, "ASTROM_CHIPS", PS_META_REPLACE, "chips that passed astrometry", 0); 230 231 return true; 231 232 }
Note:
See TracChangeset
for help on using the changeset viewer.
