mailr5803 - /1.3/generic_fns/palmer.py


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

Header


Content

Posted by edward on April 16, 2008 - 22:03:
Author: bugman
Date: Wed Apr 16 22:03:23 2008
New Revision: 5803

URL: http://svn.gna.org/viewcvs/relax?rev=5803&view=rev
Log:
Removed the tests in extract() for the presence of a model-free model and 
relaxation data.

These tests reduce flexibility as these can be set later, and the reading of 
the mfout file does not
depend on these.


Modified:
    1.3/generic_fns/palmer.py

Modified: 1.3/generic_fns/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/palmer.py?rev=5803&r1=5802&r2=5803&view=diff
==============================================================================
--- 1.3/generic_fns/palmer.py (original)
+++ 1.3/generic_fns/palmer.py Wed Apr 16 22:03:23 2008
@@ -528,17 +528,8 @@
     # Loop over the sequence.
     pos = 0
     for spin in spin_loop(spin_id):
-
         # Skip unselected residues.
         if not spin.select:
-            continue
-
-        # Missing data sets.
-        if not hasattr(spin, 'model'):
-            continue
-
-        # No relaxation data.
-        if not hasattr(spin, 'num_frq'):
             continue
 
         # Get the S2 data.




Related Messages


Powered by MHonArc, Updated Wed Apr 16 22:20:18 2008