mailr27738 - /trunk/pipe_control/rdc.py


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

Header


Content

Posted by edward on March 03, 2015 - 13:53:
Author: bugman
Date: Tue Mar  3 13:53:48 2015
New Revision: 27738

URL: http://svn.gna.org/viewcvs/relax?rev=27738&view=rev
Log:
Modified the rdc.copy printout of RDCs to occur for each alignment ID.


Modified:
    trunk/pipe_control/rdc.py

Modified: trunk/pipe_control/rdc.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/rdc.py?rev=27738&r1=27737&r2=27738&view=diff
==============================================================================
--- trunk/pipe_control/rdc.py   (original)
+++ trunk/pipe_control/rdc.py   Tue Mar  3 13:53:48 2015
@@ -345,7 +345,6 @@
         dp_to.rdc_ids = []
 
     # Loop over the align IDs.
-    data = []
     for align_id in align_ids:
         # Printout.
         print("Coping RDCs for the alignment ID '%s'." % align_id)
@@ -357,6 +356,7 @@
             dp_to.rdc_ids.append(align_id)
 
         # Loop over the interatomic data of the source data pipe.
+        data = []
         for interatom_from in interatomic_loop(pipe=pipe_from):
             # Find the matching interatomic data container in the target 
data pipe.
             interatom_to = []
@@ -406,9 +406,9 @@
             else:
                 data[-1].append("%20s" % error)
 
-    # Printout.
-    print("The following RDCs have been copied:\n")
-    write_data(out=sys.stdout, headings=["Spin_ID1", "Spin_ID2", "Value", 
"Error"], data=data)
+        # Printout.
+        print("The following RDCs have been copied:\n")
+        write_data(out=sys.stdout, headings=["Spin_ID1", "Spin_ID2", 
"Value", "Error"], data=data)
 
 
 def corr_plot(format=None, title=None, subtitle=None, file=None, dir=None, 
force=False):




Related Messages


Powered by MHonArc, Updated Tue Mar 03 14:20:02 2015