mailr20903 - in /branches/relax_disp/test_suite/system_tests/scripts/relax_disp: r1rho_on_res_dpl94.py r1rho_on_res_m61.py


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

Header


Content

Posted by edward on September 06, 2013 - 15:32:
Author: bugman
Date: Fri Sep  6 15:31:59 2013
New Revision: 20903

URL: http://svn.gna.org/viewcvs/relax?rev=20903&view=rev
Log:
Fixes for some of the R1rho dispersion system test scripts.

The relaxation time must be set for the reference spectrum.


Modified:
    
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_on_res_dpl94.py
    
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_on_res_m61.py

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_on_res_dpl94.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_on_res_dpl94.py?rev=20903&r1=20902&r2=20903&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_on_res_dpl94.py
 (original)
+++ 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_on_res_dpl94.py
 Fri Sep  6 15:31:59 2013
@@ -68,6 +68,9 @@
 # Set the spectrometer frequency.
 spectrometer.frequency(id='ref', frq=800, units='MHz')
 
+# Set the relaxation times.
+relax_disp.relax_time(spectrum_id='ref', time=data[0][3])
+
 # Load the R1 data.
 relax_data.read(ri_id='R1', ri_type='R1', frq=800*1e6, file='R1.out', 
dir=data_path, mol_name_col=1, res_num_col=2, res_name_col=3, spin_num_col=4, 
spin_name_col=5, data_col=6, error_col=7)
 

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_on_res_m61.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_on_res_m61.py?rev=20903&r1=20902&r2=20903&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_on_res_m61.py
 (original)
+++ 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_on_res_m61.py
 Fri Sep  6 15:31:59 2013
@@ -73,6 +73,9 @@
     # Set as the reference.
     relax_disp.spin_lock_field(spectrum_id='ref', field=None)
 
+    # Set the relaxation times.
+    relax_disp.relax_time(spectrum_id='ref', time=data[0][3])
+
     # Set the spectrometer frequency.
     spectrometer.frequency(id='ref', frq=800, units='MHz')
 




Related Messages


Powered by MHonArc, Updated Fri Sep 06 16:20:02 2013