mailr20460 - /branches/relax_disp/test_suite/shared_data/dispersion/Hansen/relax_disp.py


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

Header


Content

Posted by edward on July 23, 2013 - 10:06:
Author: bugman
Date: Tue Jul 23 10:06:04 2013
New Revision: 20460

URL: http://svn.gna.org/viewcvs/relax?rev=20460&view=rev
Log:
Updates for the test suite data script for optimising Flemming Hansen's CPMG 
data.

The model list has been shorted to the useful models, and the grid search 
size is now reasonable.


Modified:
    branches/relax_disp/test_suite/shared_data/dispersion/Hansen/relax_disp.py

Modified: 
branches/relax_disp/test_suite/shared_data/dispersion/Hansen/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/shared_data/dispersion/Hansen/relax_disp.py?rev=20460&r1=20459&r2=20460&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/shared_data/dispersion/Hansen/relax_disp.py 
(original)
+++ 
branches/relax_disp/test_suite/shared_data/dispersion/Hansen/relax_disp.py 
Tue Jul 23 10:06:04 2013
@@ -13,10 +13,10 @@
 #####################
 
 # The dispersion models.
-MODELS = ['R2eff', 'No Rex', 'LM63', 'LM63 3-site', 'CR72', 'CR72 full', 
'IT99', 'NS 2-site 3D', 'NS 2-site 3D full', 'NS 2-site expanded', 'NS 2-site 
star', 'NS 2-site star full']
+MODELS = ['R2eff', 'No Rex', 'LM63', 'CR72', 'CR72 full', 'IT99', 'NS 2-site 
3D', 'NS 2-site expanded', 'NS 2-site star']
 
 # The grid search size (the number of increments per dimension).
-GRID_INC = 5
+GRID_INC = 11
 
 # The number of Monte Carlo simulations to be used for error analysis at the 
end of the analysis.
 MC_NUM = 3




Related Messages


Powered by MHonArc, Updated Tue Jul 23 12:20:01 2013