mailr20982 - in /branches/relax_disp/sample_scripts/relax_disp: R1rho_analysis.py cpmg_analysis.py


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

Header


Content

Posted by edward on September 11, 2013 - 18:28:
Author: bugman
Date: Wed Sep 11 18:28:20 2013
New Revision: 20982

URL: http://svn.gna.org/viewcvs/relax?rev=20982&view=rev
Log:
Decreased the number of grid increments in the dispersion sample scripts from 
21 to 11.

This is a much easier optimisation problem than the other analyses in relax, 
so 21 increments is an
overkill.  It also takes far too long for some of the models due to the high 
number of parameters.


Modified:
    branches/relax_disp/sample_scripts/relax_disp/R1rho_analysis.py
    branches/relax_disp/sample_scripts/relax_disp/cpmg_analysis.py

Modified: branches/relax_disp/sample_scripts/relax_disp/R1rho_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/sample_scripts/relax_disp/R1rho_analysis.py?rev=20982&r1=20981&r2=20982&view=diff
==============================================================================
--- branches/relax_disp/sample_scripts/relax_disp/R1rho_analysis.py (original)
+++ branches/relax_disp/sample_scripts/relax_disp/R1rho_analysis.py Wed Sep 
11 18:28:20 2013
@@ -36,7 +36,7 @@
 MODELS = ['R2eff', 'DPL94', 'TP02', 'NS R1rho 2-site']
 
 # The grid search size (the number of increments per dimension).
-GRID_INC = 21
+GRID_INC = 11
 
 # The number of Monte Carlo simulations to be used for error analysis at the 
end of the analysis.
 MC_NUM = 500

Modified: branches/relax_disp/sample_scripts/relax_disp/cpmg_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/sample_scripts/relax_disp/cpmg_analysis.py?rev=20982&r1=20981&r2=20982&view=diff
==============================================================================
--- branches/relax_disp/sample_scripts/relax_disp/cpmg_analysis.py (original)
+++ branches/relax_disp/sample_scripts/relax_disp/cpmg_analysis.py Wed Sep 11 
18:28:20 2013
@@ -36,7 +36,7 @@
 MODELS = ['R2eff', 'No Rex', 'LM63', 'CR72', 'IT99', 'N2 CPMG 2-site 
expanded']
 
 # The grid search size (the number of increments per dimension).
-GRID_INC = 21
+GRID_INC = 11
 
 # The number of Monte Carlo simulations to be used for error analysis at the 
end of the analysis.
 MC_NUM = 500




Related Messages


Powered by MHonArc, Updated Thu Sep 12 09:40:02 2013