mailr9676 - /branches/bmrb/generic_fns/relax_data.py


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

Header


Content

Posted by edward on October 08, 2009 - 19:04:
Author: bugman
Date: Thu Oct  8 19:04:05 2009
New Revision: 9676

URL: http://svn.gna.org/viewcvs/relax?rev=9676&view=rev
Log:
Fix for bmrb_read().  The object is called 'star.relaxation', not 
'star.relaxation_data'.


Modified:
    branches/bmrb/generic_fns/relax_data.py

Modified: branches/bmrb/generic_fns/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/generic_fns/relax_data.py?rev=9676&r1=9675&r2=9676&view=diff
==============================================================================
--- branches/bmrb/generic_fns/relax_data.py (original)
+++ branches/bmrb/generic_fns/relax_data.py Thu Oct  8 19:04:05 2009
@@ -210,7 +210,7 @@
     # Loop over the data types.
     for i in range(3):
         # Get the relaxation data.
-        for data_type, frq, res_nums, res_names, spin_names, val, err in 
star.relaxation_data.loop():
+        for data_type, frq, res_nums, res_names, spin_names, val, err in 
star.relaxation.loop():
             # Create the labels.
             ri_label = data_type
             frq_label = str(int(frq*1e-6))




Related Messages


Powered by MHonArc, Updated Thu Oct 08 19:20:03 2009