Author: tlinnet
Date: Wed Mar  5 18:54:29 2014
New Revision: 22409

URL: http://svn.gna.org/viewcvs/relax?rev=22409&view=rev
Log:
Modified parameter py_type to dict() for the theta value.

Regarding sr #3124, (https://gna.org/support/index.php?3124) - Grace graphs 
production for R1rho analysis with R2_eff as function of Omega_eff.

Modified:
    trunk/specific_analyses/relax_disp/api.py

Modified: trunk/specific_analyses/relax_disp/api.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/api.py?rev=22409&r1=22408&r2=22409&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/api.py   (original)
+++ trunk/specific_analyses/relax_disp/api.py   Wed Mar  5 18:54:29 2014
@@ -107,7 +107,7 @@
         self.PARAMS.add('kB', scope='spin', default=10000.0, desc='Approximate 
chemical exchange rate constant between sites A and B (rad.s^-1)', 
set='params', py_type=float, grace_string='\\qk\\sB\\N\\Q (rad.s\\S-1\\N)', 
err=True, sim=True)
         self.PARAMS.add('kC', scope='spin', default=10000.0, desc='Approximate 
chemical exchange rate constant between sites A and C (rad.s^-1)', 
set='params', py_type=float, grace_string='\\qk\\sC\\N\\Q (rad.s\\S-1\\N)', 
err=True, sim=True)
         self.PARAMS.add('tex', scope='spin', default=1.0/10000.0, desc='The 
time of exchange (tex = 1/kex)', set='params', py_type=float, 
grace_string='\\q\\xt\\B\\sex\\N\\Q (s.rad\\S-1\\N)', err=True, sim=True)
-        self.PARAMS.add('theta', scope='spin', desc='Rotating frame tilt angle 
: ( theta = arctan(w_1 / Omega )', set='params', py_type=float, 
grace_string='\\q\\xtheta\\N\\Q)', err=True, sim=True)
+        self.PARAMS.add('theta', scope='spin', desc='Rotating frame tilt angle 
: ( theta = arctan(w_1 / Omega )', set='params', py_type=dict, 
grace_string='\\q\\xtheta\\N\\Q)', err=True, sim=True)
         self.PARAMS.add('k_AB', scope='spin', default=10000.0, desc='The 
exchange rate from state A to state B', set='params', py_type=float, 
grace_string='\\qk\\sAB\\N\\Q (rad.s\\S-1\\N)', err=True, sim=True)
         self.PARAMS.add('k_BA', scope='spin', default=10000.0, desc='The 
exchange rate from state B to state A', set='params', py_type=float, 
grace_string='\\qk\\sBA\\N\\Q (rad.s\\S-1\\N)', err=True, sim=True)
         self.PARAMS.add('params', scope='spin', desc='The model parameters', 
py_type=list)


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to