mailr18034 - /branches/frame_order_testing/specific_fns/frame_order.py


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

Header


Content

Posted by edward on November 26, 2012 - 12:27:
Author: bugman
Date: Mon Nov 26 12:27:21 2012
New Revision: 18034

URL: http://svn.gna.org/viewcvs/relax?rev=18034&view=rev
Log:
The frame order cones no longer have an axis.

The axis from the generic_fns.structure.geometric.create_cone_pdb() function 
was clashing with the
frame order eigenframe axes.


Modified:
    branches/frame_order_testing/specific_fns/frame_order.py

Modified: branches/frame_order_testing/specific_fns/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/frame_order.py?rev=18034&r1=18033&r2=18034&view=diff
==============================================================================
--- branches/frame_order_testing/specific_fns/frame_order.py (original)
+++ branches/frame_order_testing/specific_fns/frame_order.py Mon Nov 26 
12:27:21 2012
@@ -498,11 +498,11 @@
                 cone = Iso_cone(cone_theta)
 
             # Create the positive and negative cones.
-            geometric.create_cone_pdb(mol=mol, cone=cone, 
start_res=mol.res_num[-1]+1, apex=cdp.pivot, R=R_pos, inc=inc, 
distribution='regular')
+            geometric.create_cone_pdb(mol=mol, cone=cone, 
start_res=mol.res_num[-1]+1, apex=cdp.pivot, R=R_pos, inc=inc, 
distribution='regular', axis_flag=False)
 
             # The negative.
             if neg_cone:
-                geometric.create_cone_pdb(mol=mol_neg, cone=cone, 
start_res=mol_neg.res_num[-1]+1, apex=cdp.pivot, R=R_neg, inc=inc, 
distribution='regular')
+                geometric.create_cone_pdb(mol=mol_neg, cone=cone, 
start_res=mol_neg.res_num[-1]+1, apex=cdp.pivot, R=R_neg, inc=inc, 
distribution='regular', axis_flag=False)
 
 
         # Create the PDB file.




Related Messages


Powered by MHonArc, Updated Mon Nov 26 14:40:02 2012