Changeset 26897 for trunk/psastro/src/psastroMetadataStats.c
- Timestamp:
- Feb 10, 2010, 7:39:43 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMetadataStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMetadataStats.c
r23835 r26897 30 30 // extract stats for the complete fpa 31 31 pmFPAview *view = pmFPAviewAlloc(0); 32 33 // Entries in the PSASTRO.HEADER in the FPA don't get seen by ppStats 34 psMetadata *header = psMetadataLookupMetadata(&status, output->fpa->analysis, "PSASTRO.HEADER"); 35 if (status && header) { 36 psMetadataItemSupplement(&status, stats, header, "ZPT_OBS"); 37 psMetadataItemSupplement(&status, stats, header, "ZPT_ERR"); 38 psMetadataItemSupplement(&status, stats, header, "CERROR"); 39 psMetadataItemSupplement(&status, stats, header, "NASTRO"); 40 } 32 41 33 42 if (!ppStatsMetadata(stats, output->fpa, view, 0, config)) {
Note:
See TracChangeset
for help on using the changeset viewer.
