mailr25395 - /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 - 17:32:
Author: tlinnet
Date: Thu Aug 28 17:31:59 2014
New Revision: 25395

URL: http://svn.gna.org/viewcvs/relax?rev=25395&view=rev
Log:
Modified user function 'relax_disp.r2eff_err_estimate', to be able switch 
between the Jacobians.

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=25395&r1=25394&r2=25395&view=diff
==============================================================================
--- trunk/user_functions/relax_disp.py  (original)
+++ trunk/user_functions/relax_disp.py  Thu Aug 28 17:31:59 2014
@@ -634,6 +634,13 @@
 uf = uf_info.add_uf('relax_disp.r2eff_err_estimate')
 uf.title = "Estimate R2eff errors by the Jacobian matrix."
 uf.title_short = "Estimate R2eff errors."
+uf.add_keyarg(
+    name = "chi2_jacobian",
+    default = False,
+    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."
+)
 uf.add_keyarg(
     name = "spin_id",
     py_type = "str",




Related Messages


Powered by MHonArc, Updated Thu Aug 28 17:40:02 2014