mailr19644 - /branches/relax_disp/specific_analyses/relax_disp/__init__.py


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

Header


Content

Posted by edward on May 03, 2013 - 17:54:
Author: bugman
Date: Fri May  3 17:54:39 2013
New Revision: 19644

URL: http://svn.gna.org/viewcvs/relax?rev=19644&view=rev
Log:
Changed the Grace string for the rex parameter to be phi_ex.


Modified:
    branches/relax_disp/specific_analyses/relax_disp/__init__.py

Modified: branches/relax_disp/specific_analyses/relax_disp/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/__init__.py?rev=19644&r1=19643&r2=19644&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/__init__.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/__init__.py Fri May  3 
17:54:39 2013
@@ -98,7 +98,7 @@
         self.PARAMS.add('r2eff', scope='spin', default=15.0, desc='The 
effective transversal relaxation rate', set='params', py_type=dict, 
grace_string='\\qR\\s2,eff\\N\\Q (rad.s\\S-1\\N)', err=True, sim=True)
         self.PARAMS.add('i0', scope='spin', default=10000.0, desc='The 
initial intensity', py_type=dict, set='params', grace_string='\\qI\\s0\\Q', 
err=True, sim=True)
         self.PARAMS.add('r2', scope='spin', default=15.0, desc='The 
transversal relaxation rate', set='params', py_type=float, 
grace_string='\\qR\\s2\\N\\Q (rad.s\\S-1\\N)', err=True, sim=True)
-        self.PARAMS.add('rex', scope='spin', default=5.0, desc='The chemical 
exchange contribution to R2 (sigma_ex = Rex / omega**2)', set='params', 
py_type=float, grace_string='\\qR\\sex\\N\\Q (s.rad\\S-1\\N)', err=True, 
sim=True)
+        self.PARAMS.add('rex', scope='spin', default=5.0, desc='The chemical 
exchange contribution to R2 (sigma_ex = Rex / omega**2)', set='params', 
py_type=float, grace_string='\\xF\\B\\sex\\N\\q (s.rad\\S-1\\N)', err=True, 
sim=True)
         self.PARAMS.add('kex', scope='spin', default=10000.0, desc='The 
exchange rate', set='params', py_type=float, grace_string='\\qk\\sex\\N\\Q 
(rad.s\\S-1\\N)', err=True, sim=True)
         self.PARAMS.add('r2a', scope='spin', default=15.0, desc='The 
transversal relaxation rate for state A', set='params', py_type=float, 
grace_string='\\qR\\s2,A\\N\\Q (rad.s\\S-1\\N)', err=True, sim=True)
         self.PARAMS.add('ka', scope='spin', default=10000.0, desc='The 
exchange rate from state A to state B', set='params', py_type=float, 
grace_string='\\qk\\sA\\N\\Q (rad.s\\S-1\\N)', err=True, sim=True)




Related Messages


Powered by MHonArc, Updated Fri May 03 18:00:02 2013