mailr2497 - in /1.2/sample_scripts: mf_multimodel.py modsel.py


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

Header


Content

Posted by edward on May 06, 2006 - 13:20:
Author: bugman
Date: Sat May  6 13:20:21 2006
New Revision: 2497

URL: http://svn.gna.org/viewcvs/relax?rev=2497&view=rev
Log:
Added the model m0 to the sample scripts.


Modified:
    1.2/sample_scripts/mf_multimodel.py
    1.2/sample_scripts/modsel.py

Modified: 1.2/sample_scripts/mf_multimodel.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/sample_scripts/mf_multimodel.py?rev=2497&r1=2496&r2=2497&view=diff
==============================================================================
--- 1.2/sample_scripts/mf_multimodel.py (original)
+++ 1.2/sample_scripts/mf_multimodel.py Sat May  6 13:20:21 2006
@@ -1,8 +1,8 @@
 # Script for model-free analysis.
 
 # Set the run names (also the names of preset model-free models).
-#runs = ['tm1', 'tm2', 'tm3', 'tm4', 'tm5', 'tm6', 'tm7', 'tm8', 'tm9']
-runs = ['m1', 'm2', 'm3', 'm4', 'm5', 'm6', 'm7', 'm8', 'm9']
+#runs = ['tm0', 'tm1', 'tm2', 'tm3', 'tm4', 'tm5', 'tm6', 'tm7', 'tm8', 
'tm9']
+runs = ['m0', 'm1', 'm2', 'm3', 'm4', 'm5', 'm6', 'm7', 'm8', 'm9']
 
 # Nuclei type
 nuclei('N')
@@ -31,16 +31,9 @@
     #diffusion_tensor.init(name, (1e-8, 1.0, 60, 290), param_types=0, 
spheroid_type='oblate', fixed=0)
     value.set(name, 1.02 * 1e-10, 'bond_length')
     value.set(name, -160 * 1e-6, 'csa')
-    #value.set(name, 0.970, 's2')
-    #value.set(name, 1.0, 's2f')
-    #value.set(name, 2048e-12, 'te')
-    #value.set(name, 2048e-12, 'tf')
-    #value.set(name, 2048e-12, 'ts')
-    #value.set(name, 0.149/(2*pi*600e6)**2, 'rex')
 
     # Select the model-free model.
     model_free.select_model(run=name, model=name)
-    #fix(name, 'all_res')
 
     # Minimise.
     grid_search(name, inc=11)

Modified: 1.2/sample_scripts/modsel.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/sample_scripts/modsel.py?rev=2497&r1=2496&r2=2497&view=diff
==============================================================================
--- 1.2/sample_scripts/modsel.py (original)
+++ 1.2/sample_scripts/modsel.py Sat May  6 13:20:21 2006
@@ -4,7 +4,7 @@
 nuclei('N')
 
 # Set the run names.
-runs = ['m1', 'm2', 'm3', 'm4', 'm5', 'm6', 'm7', 'm8', 'm9']
+runs = ['m0', 'm1', 'm2', 'm3', 'm4', 'm5', 'm6', 'm7', 'm8', 'm9']
 
 # Loop over the run names.
 for name in runs:




Related Messages


Powered by MHonArc, Updated Sat May 06 13:40:04 2006