mailr8398 - in /branches/relax_disp/test_suite/system_tests/scripts: relax_disp_cpmg_fast.py relax_disp_cpmg_slow.py


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

Header


Content

Posted by sebastien . morin . 1 on January 12, 2009 - 01:53:
Author: semor
Date: Mon Jan 12 01:53:01 2009
New Revision: 8398

URL: http://svn.gna.org/viewcvs/relax?rev=8398&view=rev
Log:
Rearranged commands in the scripts.

The experiment type and exchange regime will have to be input before the cpmg 
pulse train delay T.


Modified:
    
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py
    
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py?rev=8398&r1=8397&r2=8398&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py 
(original)
+++ 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py 
Mon Jan 12 01:53:01 2009
@@ -14,6 +14,12 @@
 
 # Name the spins so they can be matched to the assignments.
 spin.name(name='N')
+
+# Set the relaxation dispersion experiment type.
+relax_disp.exp_type('cpmg')
+
+# Set the relaxation dispersion curve type.
+relax_disp.select_model('fast')
 
 # Relaxation dispersion magnetic field (in Hz).
 frq.set(id='500', frq=500.0 * 1e6)
@@ -67,12 +73,6 @@
     533.33
 ]
 
-# Set the relaxation dispersion experiment type.
-relax_disp.exp_type('cpmg')
-
-# Set the relaxation dispersion curve type.
-relax_disp.select_model('fast')
-
 # Loop over the spectra.
 for i in xrange(len(names)):
     # Load the peak intensities.

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py?rev=8398&r1=8397&r2=8398&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py 
(original)
+++ 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py 
Mon Jan 12 01:53:01 2009
@@ -14,6 +14,12 @@
 
 # Name the spins so they can be matched to the assignments.
 spin.name(name='N')
+
+# Set the relaxation dispersion experiment type.
+relax_disp.exp_type('cpmg')
+
+# Set the relaxation dispersion curve type.
+relax_disp.select_model('slow')
 
 # Relaxation dispersion magnetic field (in Hz).
 frq.set(id='500', frq=500.0 * 1e6)
@@ -67,12 +73,6 @@
     533.33
 ]
 
-# Set the relaxation dispersion experiment type.
-relax_disp.exp_type('cpmg')
-
-# Set the relaxation dispersion curve type.
-relax_disp.select_model('slow')
-
 # Loop over the spectra.
 for i in xrange(len(names)):
     # Load the peak intensities.




Related Messages


Powered by MHonArc, Updated Mon Jan 12 02:00:03 2009