mailr19215 - 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 edward on March 27, 2013 - 14:31:
Author: bugman
Date: Wed Mar 27 14:31:30 2013
New Revision: 19215

URL: http://svn.gna.org/viewcvs/relax?rev=19215&view=rev
Log:
Ported r8398 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r8397:8398 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/branches/relax_disp@r18123 .

.....
  r8398 | semor | 2009-01-12 01:53:01 +0100 (Mon, 12 Jan 2009) | 5 lines
  Changed paths:
     M 
/branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py
     M 
/branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py
  
  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=19215&r1=19214&r2=19215&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 
Wed Mar 27 14:31:30 2013
@@ -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=19215&r1=19214&r2=19215&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 
Wed Mar 27 14:31:30 2013
@@ -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 Wed Mar 27 14:40:02 2013