mailr19560 - /branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py


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

Header


Content

Posted by edward on April 21, 2013 - 20:50:
Author: bugman
Date: Sun Apr 21 20:50:56 2013
New Revision: 19560

URL: http://svn.gna.org/viewcvs/relax?rev=19560&view=rev
Log:
Modified how the fixed time period is specified in the Flemming Hansen data 
system test.

Instead of using relax_disp.cpmg_delayT user function, the 
relax_disp.relax_time user function will
be used.  The functionality is duplicated and relax_disp.cpmg_delayT is not 
needed.


Modified:
    
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py?rev=19560&r1=19559&r2=19560&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py 
(original)
+++ 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py 
Sun Apr 21 20:50:56 2013
@@ -96,14 +96,14 @@
     # Load the peak intensities.
     spectrum.read_intensities(file=file, dir=data_path, spectrum_id=id, 
int_method='height')
 
-    # Relaxation dispersion CPMG constant time delay T (in s).
-    relax_disp.cpmg_delayT(spectrum_id=id, delayT=0.030)
-
     # Set the relaxation dispersion CPMG frequencies.
     relax_disp.cpmg_frq(spectrum_id=id, cpmg_frq=cpmg_frq)
 
     # Set the NMR field strength of the spectrum.
     frq.set(id=id, frq=H_frq)
+
+    # Relaxation dispersion CPMG constant time delay T (in s).
+    relax_disp.relax_time(spectrum_id=id, time=0.030)
 
 # Specify the duplicated spectra.
 spectrum.replicated(spectrum_ids=['500_133.33.in', '500_133.33.in.bis'])




Related Messages


Powered by MHonArc, Updated Sun Apr 21 21:00:02 2013