mailr19439 - /branches/relax_disp/specific_analyses/relax_disp.py


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

Header


Content

Posted by edward on April 10, 2013 - 17:55:
Author: bugman
Date: Wed Apr 10 17:55:15 2013
New Revision: 19439

URL: http://svn.gna.org/viewcvs/relax?rev=19439&view=rev
Log:
Added 'spin_lock_nu1' as a dictionary type parameter of the relaxation 
dispersion specific analysis.


Modified:
    branches/relax_disp/specific_analyses/relax_disp.py

Modified: branches/relax_disp/specific_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp.py?rev=19439&r1=19438&r2=19439&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp.py Wed Apr 10 17:55:15 
2013
@@ -64,6 +64,7 @@
         self.PARAMS.add('intensities', scope='spin', py_type=dict, 
grace_string='\\qPeak intensities\\Q')
         self.PARAMS.add('relax_times', scope='spin', py_type=dict, 
grace_string='\\qRelaxation time period (s)\\Q')
         self.PARAMS.add('cpmg_frqs', scope='spin', py_type=dict, 
grace_string='\\qCPMG pulse train frequency (Hz)\\Q')
+        self.PARAMS.add('spin_lock_nu1', scope='spin', py_type=dict, 
grace_string='\\qSpin-lock field strength (Hz)\\Q')
         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)




Related Messages


Powered by MHonArc, Updated Wed Apr 10 18:20:02 2013