mailr21701 - /trunk/sample_scripts/relax_disp/R1rho_analysis.py


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

Header


Content

Posted by edward on November 29, 2013 - 09:25:
Author: bugman
Date: Fri Nov 29 09:25:45 2013
New Revision: 21701

URL: http://svn.gna.org/viewcvs/relax?rev=21701&view=rev
Log:
Fix for the sample_scripts/relax_disp/R1rho_analysis.py sample script.

This was identified by Justin Lecher <jlec att gentoo doot org> in the post
http://article.gmane.org/gmane.science.nmr.relax.devel/4748 (Message-ID:
<52984043.3030808@xxxxxxxxxx>), or the threaded view
http://thread.gmane.org/gmane.science.nmr.relax.announce/46/focus=4748.

The problem was some extra commas which should not have been there.


Modified:
    trunk/sample_scripts/relax_disp/R1rho_analysis.py

Modified: trunk/sample_scripts/relax_disp/R1rho_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/sample_scripts/relax_disp/R1rho_analysis.py?rev=21701&r1=21700&r2=21701&view=diff
==============================================================================
--- trunk/sample_scripts/relax_disp/R1rho_analysis.py (original)
+++ trunk/sample_scripts/relax_disp/R1rho_analysis.py Fri Nov 29 09:25:45 2013
@@ -89,7 +89,7 @@
     ['nu_5000.0_500MHz', 'nu_5000.0_500MHz.list', 5000.0, 110.0, 0.1, 500e6, 
200000.0]
     ['nu_5500.0_500MHz', 'nu_5500.0_500MHz.list', 5500.0, 110.0, 0.1, 500e6, 
200000.0]
     ['nu_6000.0_500MHz', 'nu_6000.0_500MHz.list', 6000.0, 110.0, 0.1, 500e6, 
200000.0]
-    ['ref_800MHz',       'ref_800MHz.list',     ,   None, 110.0, 0.1, 800e6, 
200000.0]
+    ['ref_800MHz',       'ref_800MHz.list',         None, 110.0, 0.1, 800e6, 
200000.0]
     ['nu_1000.0_800MHz', 'nu_1000.0_800MHz.list', 1000.0, 110.0, 0.1, 800e6, 
200000.0]
     ['nu_1500.0_800MHz', 'nu_1500.0_800MHz.list', 1500.0, 110.0, 0.1, 800e6, 
200000.0]
     ['nu_2000.0_800MHz', 'nu_2000.0_800MHz.list', 2000.0, 110.0, 0.1, 800e6, 
200000.0]




Related Messages


Powered by MHonArc, Updated Fri Nov 29 09:40:02 2013