mailr21702 - /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:28:
Author: bugman
Date: Fri Nov 29 09:28:40 2013
New Revision: 21702

URL: http://svn.gna.org/viewcvs/relax?rev=21702&view=rev
Log:
Another fix for sample_scripts/relax_disp/R1rho_analysis.py to match the 
previous commit (r21701).

The problem was also at the top of the list.


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=21702&r1=21701&r2=21702&view=diff
==============================================================================
--- trunk/sample_scripts/relax_disp/R1rho_analysis.py (original)
+++ trunk/sample_scripts/relax_disp/R1rho_analysis.py Fri Nov 29 09:28:40 2013
@@ -77,7 +77,7 @@
 
 # The spectral data - spectrum ID, peak list file name, spin-lock field 
strength (Hz), the spin-lock offset (ppm), the relaxation time (s), 
spectrometer frequency (Hz), and experimental error (RMSD of the base plane 
noise for each spectrum).
 data = [
-    ['ref_500MHz',       'ref_500MHz.list',     ,   None, 110.0, 0.1, 500e6, 
200000.0]
+    ['ref_500MHz',       'ref_500MHz.list',         None, 110.0, 0.1, 500e6, 
200000.0]
     ['nu_1000.0_500MHz', 'nu_1000.0_500MHz.list', 1000.0, 110.0, 0.1, 500e6, 
200000.0]
     ['nu_1500.0_500MHz', 'nu_1500.0_500MHz.list', 1500.0, 110.0, 0.1, 500e6, 
200000.0]
     ['nu_2000.0_500MHz', 'nu_2000.0_500MHz.list', 2000.0, 110.0, 0.1, 500e6, 
200000.0]




Related Messages


Powered by MHonArc, Updated Fri Nov 29 10:40:01 2013