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):
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits