mailr8337 - /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 sebastien . morin . 1 on January 08, 2009 - 16:51:
Author: semor
Date: Thu Jan  8 16:51:44 2009
New Revision: 8337

URL: http://svn.gna.org/viewcvs/relax?rev=8337&view=rev
Log:
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=8337&r1=8336&r2=8337&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 
Thu Jan  8 16:51:44 2009
@@ -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 Thu Jan 08 17:20:02 2009