Index: branches/eam_branches/ipp-20130904/psModules/src/objects/pmPCM_MinimizeChisq.c
===================================================================
--- branches/eam_branches/ipp-20130904/psModules/src/objects/pmPCM_MinimizeChisq.c	(revision 36300)
+++ branches/eam_branches/ipp-20130904/psModules/src/objects/pmPCM_MinimizeChisq.c	(revision 36307)
@@ -134,4 +134,10 @@
 	    psTrace(FACILITY, 5, "Last delta is %f.  stop if < %f, accept if < %f\n", min->rParSigma, min->minTol*pcm->nPar, min->maxTol*pcm->nPar);
 	}
+
+	fprintf (stderr, "%d : \n", min->iter);
+	for (int ti = 0; ti < params->n; ti++) {
+	  fprintf (stderr, "%f  ", params->data.F32[ti]);
+	}
+	fprintf (stderr, "\n");
 
 	char key[10]; // used for interactive responses
Index: branches/eam_branches/ipp-20130904/psModules/src/objects/pmPCMdata.c
===================================================================
--- branches/eam_branches/ipp-20130904/psModules/src/objects/pmPCMdata.c	(revision 36300)
+++ branches/eam_branches/ipp-20130904/psModules/src/objects/pmPCMdata.c	(revision 36307)
@@ -357,5 +357,5 @@
 
     if (modelPSF->type == modelType_GAUSS) {
-	// psImageSmooth2dCacheKernel_Gauss (smdata, *sigma);
+	psImageSmooth2dCacheKernel_Gauss (smdata, *sigma);
     }
     if (modelPSF->type == modelType_PS1_V1) {
