mailr26686 - /branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py


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

Header


Content

Posted by edward on November 21, 2014 - 11:01:
Author: bugman
Date: Fri Nov 21 11:01:09 2014
New Revision: 26686

URL: http://svn.gna.org/viewcvs/relax?rev=26686&view=rev
Log:
Fix for the representation label positions created by the 
frame_order.pdb_model user function.

The 'size' argument was not being used at all for the representation title
atoms.  It is now passed into the add_titles() function as the displacement 
argument + 10 Angstrom.


Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py

Modified: 
branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py?rev=26686&r1=26685&r2=26686&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py   
  (original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py   
  Fri Nov 21 11:01:09 2014
@@ -717,7 +717,7 @@
             add_cones(structure=structures[i], 
representation=representation[i], size=size, inc=inc, sims=sims[i])
 
         # Add atoms for creating titles.
-        add_titles(structure=structures[i], 
representation=representation[i], sims=sims[i])
+        add_titles(structure=structures[i], 
representation=representation[i], displacement=size+10, sims=sims[i])
 
         # Create the PDB file.
         if format == 'PDB':




Related Messages


Powered by MHonArc, Updated Fri Nov 21 11:20:07 2014