Index: /branches/eam_branches/ipp-20130711/psphot/src/psphotSourceFits.c
===================================================================
--- /branches/eam_branches/ipp-20130711/psphot/src/psphotSourceFits.c	(revision 36031)
+++ /branches/eam_branches/ipp-20130711/psphot/src/psphotSourceFits.c	(revision 36032)
@@ -635,4 +635,6 @@
 	int nPixBig = source->pixels->numCols * source->pixels->numRows;
     	fprintf (stderr, "psphotFitPCM : nIter: %2d, radius: %6.1f, npix: %5d of %5d, t1: %6.4f, t2: %6.4f, t4: %6.4f, t5: %6.4f\n", model->nIter, model->fitRadius, model->nPix, nPixBig, t1, t2, t4, t5);
+	float *PAR = model->params->data.F32;
+	fprintf (stderr, "%f - %f %f %f - %f\n", PAR[7], PAR[4], PAR[5], PAR[6], PAR[1]);
     }
 
@@ -880,5 +882,5 @@
 		rMin = reffGuess[j];
 	    }
-	    fprintf (stderr, "%d | %f %f %f | %f %f %f", i, indexGuessInv[i], reffGuess[j], Io, Chisq, sMin, rMin, iMin, xMin);
+	    fprintf (stderr, "%d | %f %f %f %f | %f %f %f %f", i, indexGuessInv[i], reffGuess[j], Io, Chisq, sMin, rMin, iMin, xMin);
 	    fprintf (stderr, "\n");
 	}
Index: /branches/eam_branches/ipp-20130711/psphot/test/tap_psphot_galaxygrid.pro
===================================================================
--- /branches/eam_branches/ipp-20130711/psphot/test/tap_psphot_galaxygrid.pro	(revision 36031)
+++ /branches/eam_branches/ipp-20130711/psphot/test/tap_psphot_galaxygrid.pro	(revision 36032)
@@ -307,5 +307,6 @@
 	  
           sprint name "$1/sersic.%02d" $Nseq
-          mkexp $name $fwhm SERSIC
+          # mkexp $name $fwhm SERSIC
+	  echo "$Nseq : $index $Rmajor $Aratio $fwhm"
 	  $Nseq ++
         end
