mailRe: r22458 - /trunk/specific_analyses/relax_disp/api.py


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

Header


Content

Posted by Edward d'Auvergne on March 12, 2014 - 12:17:
Hi Troels,

For the Grace string, which you'll see on the X-axis, what about
simply having "Tilt angle"?  Or "Rotating frame tilt angle"?  Those
might be better than the parameter name default of 'theta', such names
might help confused users.

Regards,

Edward



On 12 March 2014 12:04,  <tlinnet@xxxxxxxxxxxxx> wrote:
Author: tlinnet
Date: Wed Mar 12 12:04:44 2014
New Revision: 22458

URL: http://svn.gna.org/viewcvs/relax?rev=22458&view=rev
Log:
Fixed typo and removed grace string for parameter description of theta.

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=22458&r1=22457&r2=22458&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/api.py   (original)
+++ trunk/specific_analyses/relax_disp/api.py   Wed Mar 12 12:04:44 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=dict, 
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, 
err=False, sim=False)
         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@xxxxxxx

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



Related Messages


Powered by MHonArc, Updated Wed Mar 12 12:40:32 2014