mailr26914 - /branches/frame_order_cleanup/user_functions/frame_order.py


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

Header


Content

Posted by edward on December 03, 2014 - 14:38:
Author: bugman
Date: Wed Dec  3 14:38:20 2014
New Revision: 26914

URL: http://svn.gna.org/viewcvs/relax?rev=26914&view=rev
Log:
Expanded the double rotor model description in the frame_order.select_model 
user function.


Modified:
    branches/frame_order_cleanup/user_functions/frame_order.py

Modified: branches/frame_order_cleanup/user_functions/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/user_functions/frame_order.py?rev=26914&r1=26913&r2=26914&view=diff
==============================================================================
--- branches/frame_order_cleanup/user_functions/frame_order.py  (original)
+++ branches/frame_order_cleanup/user_functions/frame_order.py  Wed Dec  3 
14:38:20 2014
@@ -345,7 +345,7 @@
 uf.desc[-1].add_item_list_element(repr(MODEL_ROTOR), "The only motion is a 
rotation about the cone axis restricted by the torsion angle cone_sigma_max.")
 uf.desc[-1].add_item_list_element(repr(MODEL_RIGID), "No domain motions.")
 uf.desc[-1].add_item_list_element(repr(MODEL_FREE_ROTOR), "The only motion 
is free rotation about the cone axis.")
-uf.desc[-1].add_item_list_element(repr(MODEL_DOUBLE_ROTOR), "Restricted 
motions about two independent rotor axes.")
+uf.desc[-1].add_item_list_element(repr(MODEL_DOUBLE_ROTOR), "Restricted 
motions about two independent but orthogonal rotor axes.  The first rotation 
is about the y-axis and the second is about the x-axis.")
 # Prompt examples.
 uf.desc.append(Desc_container("Prompt examples"))
 uf.desc[-1].add_paragraph("To select the isotropic cone model, type:")




Related Messages


Powered by MHonArc, Updated Wed Dec 03 15:00:02 2014