Index: trunk/psModules/src/objects/pmPSFtryMakePSF.c
===================================================================
--- trunk/psModules/src/objects/pmPSFtryMakePSF.c	(revision 34085)
+++ trunk/psModules/src/objects/pmPSFtryMakePSF.c	(revision 34156)
@@ -138,7 +138,5 @@
 	}
 	if (trend->mode == PM_TREND_MAP) {
-	    // p_psImagePrint (2, trend->map->map, "param N Before"); // XXX TEST:
 	    psImageMapRepair (trend->map->map);
-	    // p_psImagePrint (2, trend->map->map, "param N After"); // XXX TEST:
 	}
     }
@@ -246,4 +244,7 @@
 	    return true;
 	}
+	if (trend->mode == PM_TREND_MAP) {
+	    psImageMapRepair (trend->map->map);
+	}
 
 # if (PS_TRACE_ON)
@@ -268,4 +269,8 @@
 	    return true;
 	}
+	if (trend->mode == PM_TREND_MAP) {
+	    psImageMapRepair (trend->map->map);
+	}
+
 # if (PS_TRACE_ON)
 	mean = psStatsGetValue (trend->stats, meanOption);
@@ -285,4 +290,8 @@
 	    return true;
 	}
+	if (trend->mode == PM_TREND_MAP) {
+	    psImageMapRepair (trend->map->map);
+	}
+
 # if (PS_TRACE_ON)
 	mean = psStatsGetValue (trend->stats, meanOption);
