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.


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to