mailr24470 - /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/represent_frame_order.py


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

Header


Content

Posted by edward on July 05, 2014 - 23:18:
Author: bugman
Date: Sat Jul  5 23:18:19 2014
New Revision: 24470

URL: http://svn.gna.org/viewcvs/relax?rev=24470&view=rev
Log:
The script for representing the frame order dynamics for the CaM test data 
has been updated.

The domains of the system are now defined.


Modified:
    
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/represent_frame_order.py

Modified: 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/represent_frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/represent_frame_order.py?rev=24470&r1=24469&r2=24470&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/represent_frame_order.py
        (original)
+++ 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/represent_frame_order.py
        Sat Jul  5 23:18:19 2014
@@ -1,5 +1,9 @@
 # Load the final state.
 state.load('frame_order')
+
+# Define the domains.
+domain(id='N', spin_id="#N-dom")
+domain(id='C', spin_id="#C-dom")
 
 # Re-create the PDB representation (for debugging).
 frame_order.pdb_model(ave_pos='ave_pos', rep='frame_order', dist=None, 
compress_type=2, force=True)




Related Messages


Powered by MHonArc, Updated Mon Jul 07 09:40:02 2014