Index: branches/eam_branches/ipp-20130509/psModules/src/objects/pmSourceFitPCM.c
===================================================================
--- branches/eam_branches/ipp-20130509/psModules/src/objects/pmSourceFitPCM.c	(revision 35644)
+++ branches/eam_branches/ipp-20130509/psModules/src/objects/pmSourceFitPCM.c	(revision 35645)
@@ -145,9 +145,12 @@
 bool pmSourceModelGuessPCM (pmPCMdata *pcm, pmSource *source, psImageMaskType maskVal, psImageMaskType markVal) {
 
-  if (!pcm->modelConv->modelGuess(pcm->modelConv, source, maskVal, markVal)) {
+    if (!pcm->modelConv->modelGuess(pcm->modelConv, source, maskVal, markVal)) {
 	return false;
     }
     return true;
 
+    // the following was an attempt to make analytical modifications to the shape terms based on the psf
+    // this has been replaced with a more empirical approach
+# if (0)
     // generate copy of the model
     // XXX we could modify the parameter values or even the model 
@@ -196,3 +199,4 @@
 
     return true;
+# endif
 }
