mailr13752 - /branches/gui_testing/test_suite/system_tests/scripts/relax_fit.py


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

Header


Content

Posted by edward on July 19, 2011 - 18:41:
Author: bugman
Date: Tue Jul 19 18:41:17 2011
New Revision: 13752

URL: http://svn.gna.org/viewcvs/relax?rev=13752&view=rev
Log:
Modified the relaxation curve-fitting system test script to deselect spins at 
the start rather than end.

This means that unresolved spins are not being used for error analysis.


Modified:
    branches/gui_testing/test_suite/system_tests/scripts/relax_fit.py

Modified: branches/gui_testing/test_suite/system_tests/scripts/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/test_suite/system_tests/scripts/relax_fit.py?rev=13752&r1=13751&r2=13752&view=diff
==============================================================================
--- branches/gui_testing/test_suite/system_tests/scripts/relax_fit.py 
(original)
+++ branches/gui_testing/test_suite/system_tests/scripts/relax_fit.py Tue Jul 
19 18:41:17 2011
@@ -22,6 +22,9 @@
 
 # Load the sequence.
 sequence.read('Ap4Aase.seq', dir=status.install_path + 
sep+'test_suite'+sep+'shared_data', res_num_col=1, res_name_col=2)
+
+# Deselect unresolved spins.
+deselect.read(file='unresolved', dir=data_path, res_num_col=1)
 
 # Name the spins so they can be matched to the assignments.
 spin.name(name='N')
@@ -71,9 +74,6 @@
 # Peak intensity error analysis.
 spectrum.error_analysis()
 
-# Deselect unresolved spins.
-deselect.read(file='unresolved', dir=data_path, res_num_col=1)
-
 # Set the relaxation curve type.
 relax_fit.select_model('exp')
 




Related Messages


Powered by MHonArc, Updated Tue Jul 19 19:00:02 2011