Index: branches/eam_branches/ipp-20110213/ippconfig/gpc1/psastro.config
===================================================================
--- branches/eam_branches/ipp-20110213/ippconfig/gpc1/psastro.config	(revision 30981)
+++ branches/eam_branches/ipp-20110213/ippconfig/gpc1/psastro.config	(revision 30982)
@@ -24,5 +24,5 @@
 
 # 
-PSASTRO.MIN.INST.MAG.RAW       F32     -17.0   # min instrumental magnitude for stars accepted for fitting
+PSASTRO.MIN.INST.MAG.RAW       F32     -15.0   # min instrumental magnitude for stars accepted for fitting
 PSASTRO.MAX.INST.MAG.RAW       F32      -8.0   # max instrumental magnitude for stars accepted for fitting
 
Index: branches/eam_branches/ipp-20110213/ppStack/src/ppStackLoop.c
===================================================================
--- branches/eam_branches/ipp-20110213/ppStack/src/ppStackLoop.c	(revision 30981)
+++ branches/eam_branches/ipp-20110213/ppStack/src/ppStackLoop.c	(revision 30982)
@@ -190,4 +190,10 @@
         ppStackMemDump("unconv");
 
+	// Update Header
+	if (!ppStackUpdateHeader(stack, options, config)) {
+	    psError(psErrorCodeLast(), false, "Unable to update header.");
+	    psFree(stack);
+	    return false;
+	}
 	// Clean up unconvolved stack
 	psTrace("ppStack", 2, "Cleaning up after unconvolved stack....\n");
