mailr19184 - /branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.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 - 13:06:
Author: bugman
Date: Wed Mar 27 13:06:34 2013
New Revision: 19184

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

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

.....
  r8337 | semor | 2009-01-08 16:51:44 +0100 (Thu, 08 Jan 2009) | 6 lines
  Changed paths:
     M 
/branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py
  
  Included the setting of the spectrometer frequency and uncommented a few 
lines of code.
  
  Of course, this won't work until the sample data has been introduced and 
the right namesfor the
  different files be input in the system test script...
.....


Modified:
    
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.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=19184&r1=19183&r2=19184&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 13:06:34 2013
@@ -15,17 +15,18 @@
 # Name the spins so they can be matched to the assignments.
 spin.name(name='N')
 
-## Spectrum names.
-#names = [
-#    'T2_ncyc1_ave',
-#    'T2_ncyc11b_ave'
-#]
-#
-## Relaxation dispersion CPMG frequencies (in Hz).
-#frq = [
-#    0.0176,
-#    0.1936
-#]
+# Spectrum names.
+names = [
+    'T2_ncyc1_ave'
+]
+
+# Relaxation dispersion magnetic field (in Hz).
+frq.set(id='600', frq=600.0 * 1e6)
+
+# Relaxation dispersion CPMG frequencies (in Hz).
+cpmg_frq = [
+    0.1936
+]
 
 # Set the relaxation dispersion experiment type.
 relax_disp.exp_type('cpmg')




Related Messages


Powered by MHonArc, Updated Wed Mar 27 14:00:03 2013