mailr19776 - /branches/relax_disp/auto_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 May 29, 2013 - 16:35:
Author: bugman
Date: Wed May 29 16:35:38 2013
New Revision: 19776

URL: http://svn.gna.org/viewcvs/relax?rev=19776&view=rev
Log:
The relaxation dispersion auto-analysis now calls the 
relax_disp.plot_disp_curves user function.

This user function is not implemented yet, but will be used to create plots 
of the dispersion curves.


Modified:
    branches/relax_disp/auto_analyses/relax_disp.py

Modified: branches/relax_disp/auto_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/auto_analyses/relax_disp.py?rev=19776&r1=19775&r2=19776&view=diff
==============================================================================
--- branches/relax_disp/auto_analyses/relax_disp.py (original)
+++ branches/relax_disp/auto_analyses/relax_disp.py Wed May 29 16:35:38 2013
@@ -229,10 +229,7 @@
                 self.interpreter.grace.write(x_data_type='res_num', 
y_data_type='i0', file='I0.agr', dir=path, force=True)
 
             # Dispersion curves.
-            if hasattr(cdp, 'spin_lock_nu1'):
-                self.interpreter.grace.write(x_data_type='spin_lock_nu1', 
y_data_type='r2eff', file='dispersion_curves.agr', dir=path, force=True)
-            elif hasattr(cdp, 'cpmg_frq'):
-                self.interpreter.grace.write(x_data_type='cpmg_frq', 
y_data_type='r2eff', file='dispersion_curves.agr', dir=path, force=True)
+            self.interpreter.relax_disp.plot_disp_curves(dir=path, 
force=True)
 
             # Exponential curves.
             if cdp.exp_type not in FIXED_TIME_EXP:




Related Messages


Powered by MHonArc, Updated Wed May 29 18:00:02 2013