mailr8010 - in /branches/spectral_errors: sample_scripts/noe.py test_suite/system_tests/scripts/noe.py


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

Header


Content

Posted by edward on November 21, 2008 - 11:22:
Author: bugman
Date: Fri Nov 21 11:22:47 2008
New Revision: 8010

URL: http://svn.gna.org/viewcvs/relax?rev=8010&view=rev
Log:
Added the spectrum.error_analysis() user fn call to both the NOE sample 
script and system test.


Modified:
    branches/spectral_errors/sample_scripts/noe.py
    branches/spectral_errors/test_suite/system_tests/scripts/noe.py

Modified: branches/spectral_errors/sample_scripts/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/spectral_errors/sample_scripts/noe.py?rev=8010&r1=8009&r2=8010&view=diff
==============================================================================
--- branches/spectral_errors/sample_scripts/noe.py (original)
+++ branches/spectral_errors/sample_scripts/noe.py Fri Nov 21 11:22:47 2008
@@ -43,6 +43,9 @@
 spectrum.baseplane_rmsd(error=122000, spectrum_id='ref', spin_id=":114")
 spectrum.baseplane_rmsd(error=8500, spectrum_id='sat', spin_id=":114")
 
+# Peak intensity error analysis.
+spectrum.error_analysis()
+
 # Deselect unresolved residues.
 deselect.read(file='unresolved')
 

Modified: branches/spectral_errors/test_suite/system_tests/scripts/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/spectral_errors/test_suite/system_tests/scripts/noe.py?rev=8010&r1=8009&r2=8010&view=diff
==============================================================================
--- branches/spectral_errors/test_suite/system_tests/scripts/noe.py (original)
+++ branches/spectral_errors/test_suite/system_tests/scripts/noe.py Fri Nov 
21 11:22:47 2008
@@ -1,5 +1,6 @@
 # Script for calculating NOEs.
 import sys
+
 
 # Create the NOE data pipe.
 pipe.create('NOE', 'noe')
@@ -22,6 +23,9 @@
 spectrum.baseplane_rmsd(error=122000, spectrum_id='ref', spin_id=":5")
 spectrum.baseplane_rmsd(error=8500, spectrum_id='sat', spin_id=":5")
 
+# Peak intensity error analysis.
+spectrum.error_analysis()
+
 # Deselect unresolved residues.
 deselect.read(file='unresolved', dir=sys.path[-1] + 
'/test_suite/shared_data/curve_fitting')
 




Related Messages


Powered by MHonArc, Updated Fri Nov 21 13:40:02 2008