Index: /branches/eam_branches/20091201/psastro/src/psastroMetadataStats.c
===================================================================
--- /branches/eam_branches/20091201/psastro/src/psastroMetadataStats.c	(revision 26800)
+++ /branches/eam_branches/20091201/psastro/src/psastroMetadataStats.c	(revision 26801)
@@ -30,4 +30,13 @@
     // extract stats for the complete fpa
     pmFPAview *view = pmFPAviewAlloc(0);
+
+    // Entries in the PSASTRO.HEADER in the FPA don't get seen by ppStats
+    psMetadata *header = psMetadataLookupMetadata(&status, output->fpa->analysis, "PSASTRO.HEADER");
+    if (status && header) {
+        psMetadataItemSupplement(&status, stats, header, "ZPT_OBS");
+        psMetadataItemSupplement(&status, stats, header, "ZPT_ERR");
+        psMetadataItemSupplement(&status, stats, header, "CERROR");
+        psMetadataItemSupplement(&status, stats, header, "NASTRO");
+    }
 
     if (!ppStatsMetadata(stats, output->fpa, view, 0, config)) {
