Index: trunk/psastro/src/psastroMetadataStats.c
===================================================================
--- trunk/psastro/src/psastroMetadataStats.c	(revision 23835)
+++ trunk/psastro/src/psastroMetadataStats.c	(revision 26897)
@@ -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)) {
