Index: trunk/psModules/src/objects/pmSourceIO.c
===================================================================
--- trunk/psModules/src/objects/pmSourceIO.c	(revision 10421)
+++ trunk/psModules/src/objects/pmSourceIO.c	(revision 10829)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-12-03 18:48:10 $
+ *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-12-25 01:49:50 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -256,4 +256,11 @@
             if (phu) {
                 outhead = psMetadataCopy (NULL, phu->header);
+
+                // if we have mosaic-level astrometry information, add it here:
+                updates = psMetadataLookupPtr (&status, file->fpa->analysis, "PSASTRO.HEADER");
+                if (updates) {
+                    psMetadataCopy (outhead, updates);
+                }
+
                 psMetadataAddBool (outhead, PS_LIST_TAIL, "EXTEND", PS_META_REPLACE, "this file has extensions", true);
                 // XXX what is the EXTNAME??
