mailr5015 - /1.3/sample_scripts/angles.py


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

Header


Content

Posted by edward on February 19, 2008 - 11:44:
Author: bugman
Date: Tue Feb 19 11:44:18 2008
New Revision: 5015

URL: http://svn.gna.org/viewcvs/relax?rev=5015&view=rev
Log:
Converted the angles.py sample script to the new relax design.


Modified:
    1.3/sample_scripts/angles.py

Modified: 1.3/sample_scripts/angles.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/angles.py?rev=5015&r1=5014&r2=5015&view=diff
==============================================================================
--- 1.3/sample_scripts/angles.py (original)
+++ 1.3/sample_scripts/angles.py Tue Feb 19 11:44:18 2008
@@ -1,5 +1,5 @@
 name = 'spheroid'
-run.create(name, 'mf')
-structure.read_pdb(name, "Ap4Aase_new_3.pdb")
-diffusion_tensor.init(name, (1.698e7, 1.417e7, 67.174, -83.718), 
param_types=3)
-angles(name)
+pipe.create(name, 'mf')
+structure.read_pdb("Ap4Aase_new_3.pdb")
+diffusion_tensor.init((1.698e7, 1.417e7, 67.174, -83.718), param_types=3)
+angles()




Related Messages


Powered by MHonArc, Updated Tue Feb 19 12:00:45 2008