mailr26684 - /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 - 10:55:
Author: bugman
Date: Fri Nov 21 10:55:28 2014
New Revision: 26684

URL: http://svn.gna.org/viewcvs/relax?rev=26684&view=rev
Log:
Fix for the cone sized created by the frame_order.pdb_model user function.

The 'size' argument was not being used at all for the cone size.  It is now 
passed into the
lib.structure.represent.cone.cone() function as the 'scale' argument.


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=26684&r1=26683&r2=26684&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 10:55:28 2014
@@ -211,7 +211,7 @@
             cone_obj = Iso_cone(cone_theta)
 
         # Create the cone.
-        cone(mol=mol, cone_obj=cone_obj, start_res=1, apex=pivot, R=R, 
inc=inc, distribution='regular', axis_flag=False)
+        cone(mol=mol, cone_obj=cone_obj, start_res=1, apex=pivot, R=R, 
inc=inc, scale=size, distribution='regular', axis_flag=False)
 
 
 def add_pivots(structure=None, sims=False):




Related Messages


Powered by MHonArc, Updated Fri Nov 21 11:00:02 2014