Index: trunk/psModules/src/objects/pmPSFtry.c
===================================================================
--- trunk/psModules/src/objects/pmPSFtry.c	(revision 10075)
+++ trunk/psModules/src/objects/pmPSFtry.c	(revision 10097)
@@ -5,6 +5,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-11-18 07:31:44 $
+ *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-11-20 12:09:41 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -388,5 +388,6 @@
 
             z->data.F64[j] = source->modelEXT->params->data.F32[i];
-            dz->data.F64[j] = 1; // use the model-fitted error? or S/N?
+            dz->data.F64[j] = source->modelEXT->dparams->data.F32[i];
+            // dz->data.F64[j] = 1; // use the model-fitted error? or S/N?
 
             // for SXY, we actually fit SXY / (SXX^-2  + SYY^-2)
