Index: branches/eam_branches/ipp-20110213/ppStack/src/ppStackSources.c
===================================================================
--- branches/eam_branches/ipp-20110213/ppStack/src/ppStackSources.c	(revision 30628)
+++ branches/eam_branches/ipp-20110213/ppStack/src/ppStackSources.c	(revision 30683)
@@ -80,5 +80,5 @@
                 continue;
             }
-            source->psfMag += 1.0;
+            source->psfMag += 1.0; // modified only for a test
 #ifdef ASTROMETRY
             if (source->modelPSF) {
@@ -292,5 +292,7 @@
                         continue;
                     }
+		    // XXX need to apply to apMag as well
                     source->psfMag += magCorr;
+                    source->apMag += magCorr;
                 }
             }
