Index: branches/eam_branches/ipp-20110404/ppSub/src/ppSub.c
===================================================================
--- branches/eam_branches/ipp-20110404/ppSub/src/ppSub.c	(revision 31166)
+++ branches/eam_branches/ipp-20110404/ppSub/src/ppSub.c	(revision 31363)
@@ -94,5 +94,5 @@
 
         if (data) {
-            psString dump_file = psMetadataLookupStr(NULL, data->config->arguments, "-dumpconfig");
+            psString dump_file = psMetadataLookupStr(NULL, data->config->arguments, "DUMP_CONFIG");
             if (dump_file) {
                 if (!pmConfigDump(data->config, dump_file)) {
Index: branches/eam_branches/ipp-20110404/ppSub/src/ppSubFlagNeighbors.c
===================================================================
--- branches/eam_branches/ipp-20110404/ppSub/src/ppSubFlagNeighbors.c	(revision 31166)
+++ branches/eam_branches/ipp-20110404/ppSub/src/ppSubFlagNeighbors.c	(revision 31363)
@@ -112,5 +112,5 @@
 		  bool positive = !matchRef && (sourceM1->imageID == 1);
 		  positive |= matchRef && (sourceM1->imageID == 2);
-		  float SN1 = isfinite(sourceM1->errMag) ? 1.0 / sourceM1->errMag : NAN;
+		  float SN1 = isfinite(sourceM1->psfMagErr) ? 1.0 / sourceM1->psfMagErr : NAN;
 		  if (positive) {
 		      source->diffStats->SNp = SN1;
@@ -138,6 +138,6 @@
 		  bool positive = !matchRef && (sourceM1->imageID == 1);
 		  positive |= matchRef && (sourceM1->imageID == 2);
-		  float SN1 = isfinite(sourceM1->errMag) ? 1.0 / sourceM1->errMag : NAN;
-		  float SN2 = isfinite(sourceM2->errMag) ? 1.0 / sourceM2->errMag : NAN;
+		  float SN1 = isfinite(sourceM1->psfMagErr) ? 1.0 / sourceM1->psfMagErr : NAN;
+		  float SN2 = isfinite(sourceM2->psfMagErr) ? 1.0 / sourceM2->psfMagErr : NAN;
 		  if (positive) {
 		      source->diffStats->SNp = SN1;
Index: branches/eam_branches/ipp-20110404/ppSub/src/ppSubReadoutPhotometry.c
===================================================================
--- branches/eam_branches/ipp-20110404/ppSub/src/ppSubReadoutPhotometry.c	(revision 31166)
+++ branches/eam_branches/ipp-20110404/ppSub/src/ppSubReadoutPhotometry.c	(revision 31363)
@@ -175,5 +175,5 @@
 
             fprintf(sourceFile, "%f %f %f %f %f %f %f %f %d %f %f %f %f %f\n",
-                    x, y, source->psfMag, source->errMag, chi2, source->crNsigma, source->extNsigma,
+                    x, y, source->psfMag, source->psfMagErr, chi2, source->crNsigma, source->extNsigma,
                     source->pixWeight, source->mode, xMoment, yMoment, xxMoment, xyMoment, yyMoment);
         }
