mailr20813 - /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 04, 2013 - 18:18:
Author: bugman
Date: Wed Sep  4 18:18:54 2013
New Revision: 20813

URL: http://svn.gna.org/viewcvs/relax?rev=20813&view=rev
Log:
Modified the Relax_disp.test_dpl94_data_to_dpl94 system test for a 
relax_disp.exp_type change.

This is so that the relax_disp.exp_type user function associates the 
experiment types with a
spectrum ID.  This follows from 
http://thread.gmane.org/gmane.science.nmr.relax.devel/4530.


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=20813&r1=20812&r2=20813&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
 Wed Sep  4 18:18:54 2013
@@ -45,9 +45,6 @@
 # Set the isotope information.
 spin.isotope(isotope='15N')
 
-# Set the relaxation dispersion experiment type.
-relax_disp.exp_type('r1rho fixed')
-
 # The spectral data - spectrum ID, peak lists, offset frequency (Hz), 
relaxation time period (s), baseplane RMSD estimate.
 data = []
 times = [0.15]
@@ -76,6 +73,9 @@
     # Load the peak intensities and set the errors.
     spectrum.read_intensities(file=data[i][1], dir=data_path, 
spectrum_id=data[i][0], int_method='height')
     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')
 
     # 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 Wed Sep 04 18:40:01 2013