mailr25405 - /trunk/user_functions/relax_disp.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by tlinnet on August 28, 2014 - 19:58:
Author: tlinnet
Date: Thu Aug 28 19:58:13 2014
New Revision: 25405

URL: http://svn.gna.org/viewcvs/relax?rev=25405&view=rev
Log:
Made the user function, which estimates the R2eff errors, use the Jacobian 
derived from chi2 function.

task #7822(https://gna.org/task/index.php?7822): Implement user function to 
estimate R2eff and associated errors for exponential curve fitting.

Modified:
    trunk/user_functions/relax_disp.py

Modified: trunk/user_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/relax_disp.py?rev=25405&r1=25404&r2=25405&view=diff
==============================================================================
--- trunk/user_functions/relax_disp.py  (original)
+++ trunk/user_functions/relax_disp.py  Thu Aug 28 19:58:13 2014
@@ -636,7 +636,7 @@
 uf.title_short = "Estimate R2eff errors."
 uf.add_keyarg(
     name = "chi2_jacobian",
-    default = False,
+    default = True,
     py_type = "bool",
     desc_short = "use of chi2 Jacobian",
     desc = "If the Jacobian derived from the chi2 function, should be used 
instead of the Jacobian from the exponential function."




Related Messages


Powered by MHonArc, Updated Thu Aug 28 20:00:03 2014