mailr3759 - /branches/N_state_model/sample_scripts/N_state_model.py


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

Header


Content

Posted by edward on November 21, 2007 - 14:22:
Author: bugman
Date: Wed Nov 21 14:22:26 2007
New Revision: 3759

URL: http://svn.gna.org/viewcvs/relax?rev=3759&view=rev
Log:
Added prototype user functions for loading the alignment tensor and its 
errors.


Modified:
    branches/N_state_model/sample_scripts/N_state_model.py

Modified: branches/N_state_model/sample_scripts/N_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/sample_scripts/N_state_model.py?rev=3759&r1=3758&r2=3759&view=diff
==============================================================================
--- branches/N_state_model/sample_scripts/N_state_model.py (original)
+++ branches/N_state_model/sample_scripts/N_state_model.py Wed Nov 21 
14:22:26 2007
@@ -9,3 +9,7 @@
 # Create the data pipe.
 name = 'CaM'
 pipe.create(name, 'N-state')
+
+# Load the alignment tensor.
+align_tensor.init(params=[-8.6322e-05, -5.5786e-04, -3.1732e-05, 2.2927e-05, 
2.8599e-04], param_types=0)
+align_tensor.init(params=[3.5e-06, 1.8e-05, 9.2e-06, 1.7e-06, 6.4e-05], 
param_types=0, errors=1)




Related Messages


Powered by MHonArc, Updated Wed Nov 21 14:40:15 2007