mailr21062 - in /branches/relax_disp/test_suite: shared_data/dispersion/Sprangers_ClpP/ system_tests/scripts/relax_disp/


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

Header


Content

Posted by edward on October 10, 2013 - 16:24:
Author: bugman
Date: Thu Oct 10 16:24:42 2013
New Revision: 21062

URL: http://svn.gna.org/viewcvs/relax?rev=21062&view=rev
Log:
Updated the Relax_disp.test_sprangers_cpmg_data_auto_analysis system test for 
'MQ CPMG' data.

This also affects the script in the shared_data test suite directory.  The 
relax_disp.exp_type user
function exp_type argument has been changed from 'CPMG' to 'MQ CPMG'.


Modified:
    
branches/relax_disp/test_suite/shared_data/dispersion/Sprangers_ClpP/analysis.py
    
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/sprangers_data.py

Modified: 
branches/relax_disp/test_suite/shared_data/dispersion/Sprangers_ClpP/analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/shared_data/dispersion/Sprangers_ClpP/analysis.py?rev=21062&r1=21061&r2=21062&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/shared_data/dispersion/Sprangers_ClpP/analysis.py
 (original)
+++ 
branches/relax_disp/test_suite/shared_data/dispersion/Sprangers_ClpP/analysis.py
 Thu Oct 10 16:24:42 2013
@@ -87,7 +87,7 @@
     spectrum.read_intensities(file=file, dir=data_path, spectrum_id=id, 
int_method='height', res_num_col=1, spin_name_col=2, int_col=int_col)
 
     # Set the relaxation dispersion experiment type.
-    relax_disp.exp_type(spectrum_id=id, exp_type='CPMG')
+    relax_disp.exp_type(spectrum_id=id, exp_type='MQ CPMG')
 
     # Set the relaxation dispersion CPMG frequencies.
     relax_disp.cpmg_frq(spectrum_id=id, cpmg_frq=cpmg_frq)

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/sprangers_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp/sprangers_data.py?rev=21062&r1=21061&r2=21062&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/sprangers_data.py
 (original)
+++ 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/sprangers_data.py
 Thu Oct 10 16:24:42 2013
@@ -88,7 +88,7 @@
     spectrum.read_intensities(file=file, dir=data_path, spectrum_id=id, 
int_method='height', res_num_col=1, spin_name_col=2, int_col=int_col)
 
     # Set the relaxation dispersion experiment type.
-    relax_disp.exp_type(spectrum_id=id, exp_type='CPMG')
+    relax_disp.exp_type(spectrum_id=id, exp_type='MQ CPMG')
 
     # Set the relaxation dispersion CPMG frequencies.
     relax_disp.cpmg_frq(spectrum_id=id, cpmg_frq=cpmg_frq)




Related Messages


Powered by MHonArc, Updated Thu Oct 10 17:40:01 2013