mailr14272 - /branches/gui_testing/auto_analyses/dauvergne_protocol.py


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

Header


Content

Posted by edward on August 08, 2011 - 19:05:
Author: bugman
Date: Mon Aug  8 19:05:40 2011
New Revision: 14272

URL: http://svn.gna.org/viewcvs/relax?rev=14272&view=rev
Log:
A diffusion tensor representation of the final results is created for 
dauvergne_protocol.


Modified:
    branches/gui_testing/auto_analyses/dauvergne_protocol.py

Modified: branches/gui_testing/auto_analyses/dauvergne_protocol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/auto_analyses/dauvergne_protocol.py?rev=14272&r1=14271&r2=14272&view=diff
==============================================================================
--- branches/gui_testing/auto_analyses/dauvergne_protocol.py (original)
+++ branches/gui_testing/auto_analyses/dauvergne_protocol.py Mon Aug  8 
19:05:40 2011
@@ -692,10 +692,14 @@
             # Write the final results.
             ##########################
 
+            # Save the results file.
             self.interpreter.results.write(file='results', 
dir=self.results_dir+'final', force=True)
 
             # Create Grace plots of the data.
             self.grace_plots()
+
+            # Create a diffusion tensor representation of the tensor.
+            
self.interpreter.structure.create_diff_tensor_pdb(file="tensor.pdb", 
force=True)
 
 
         # Unknown script behaviour.




Related Messages


Powered by MHonArc, Updated Mon Aug 08 19:40:02 2011