mailr7653 - /1.3/sample_scripts/palmer.py


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

Header


Content

Posted by edward on October 12, 2008 - 17:09:
Author: bugman
Date: Sun Oct 12 17:09:00 2008
New Revision: 7653

URL: http://svn.gna.org/viewcvs/relax?rev=7653&view=rev
Log:
Fix for the Modelfree4 controlling sample script.

This matches the fixes of r7652.


Modified:
    1.3/sample_scripts/palmer.py

Modified: 1.3/sample_scripts/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/palmer.py?rev=7653&r1=7652&r2=7653&view=diff
==============================================================================
--- 1.3/sample_scripts/palmer.py (original)
+++ 1.3/sample_scripts/palmer.py Sun Oct 12 17:09:00 2008
@@ -93,8 +93,12 @@
     # Print out.
     print "\n\nLoading all the Modelfree 4 data."
 
-    # Extract the Modelfree4 data from the 'mfout' files.
+    # Loop over the data pipes.
     for name in pipes:
+        # Switch to the data pipe.
+        pipe.switch(name)
+
+        # Extract the Modelfree4 data from the 'mfout' files.
         palmer.extract(dir=name)
 
     # Print out.




Related Messages


Powered by MHonArc, Updated Sun Oct 12 17:40:02 2008