mailr20890 - /branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_on_res_dpl94.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 - 12:18:
Author: bugman
Date: Fri Sep  6 12:18:56 2013
New Revision: 20890

URL: http://svn.gna.org/viewcvs/relax?rev=20890&view=rev
Log:
Modified the Relax_disp.test_dpl94_data_to_dpl94 system test.

This is in preparation for another relax_disp.exp_type change - the fixed and 
exponential parts will
be dropped as this can be determined automatically by relax.


Modified:
    
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_on_res_dpl94.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=20890&r1=20889&r2=20890&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 12:18:56 2013
@@ -59,7 +59,7 @@
 spectrum.baseplane_rmsd(spectrum_id='ref', error=data[0][4])
 
 # Set the relaxation dispersion experiment type.
-relax_disp.exp_type(spectrum_id='ref', exp_type='r1rho fixed')
+relax_disp.exp_type(spectrum_id='ref', exp_type='R1rho')
 
 # Set as the reference.
 relax_disp.spin_lock_field(spectrum_id='ref', field=None)
@@ -78,7 +78,7 @@
     spectrum.baseplane_rmsd(spectrum_id=data[i][0], error=data[i][4])
 
     # Set the relaxation dispersion experiment type.
-    relax_disp.exp_type(spectrum_id=data[i][0], exp_type='r1rho fixed')
+    relax_disp.exp_type(spectrum_id=data[i][0], exp_type='R1rho')
 
     # Set the relaxation dispersion spin-lock field strength (nu1).
     relax_disp.spin_lock_field(spectrum_id=data[i][0], field=data[i][2])




Related Messages


Powered by MHonArc, Updated Fri Sep 06 13:00:02 2013