mailr21255 - 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 October 27, 2013 - 18:49:
Author: bugman
Date: Sun Oct 27 18:49:13 2013
New Revision: 21255

URL: http://svn.gna.org/viewcvs/relax?rev=21255&view=rev
Log:
The dispersion sample scripts now have the NUMERIC_ONLY boolean variable 
defined.


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=21255&r1=21254&r2=21255&view=diff
==============================================================================
--- branches/relax_disp/sample_scripts/relax_disp/R1rho_analysis.py (original)
+++ branches/relax_disp/sample_scripts/relax_disp/R1rho_analysis.py Sun Oct 
27 18:49:13 2013
@@ -43,6 +43,9 @@
 
 # The model selection technique to use.
 MODSEL = 'AIC'
+
+# The flag for only using numeric models in the final model selection.
+NUMERIC_ONLY = False
 
 
 # Set up the data pipe.
@@ -134,4 +137,4 @@
 ##########################
 
 # Do not change!
-Relax_disp(pipe_name=pipe_name, pipe_bundle=pipe_bundle, models=MODELS, 
grid_inc=GRID_INC, mc_sim_num=MC_NUM, modsel=MODSEL)
+Relax_disp(pipe_name=pipe_name, pipe_bundle=pipe_bundle, models=MODELS, 
grid_inc=GRID_INC, mc_sim_num=MC_NUM, modsel=MODSEL, 
numeric_only=NUMERIC_ONLY)

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=21255&r1=21254&r2=21255&view=diff
==============================================================================
--- branches/relax_disp/sample_scripts/relax_disp/cpmg_analysis.py (original)
+++ branches/relax_disp/sample_scripts/relax_disp/cpmg_analysis.py Sun Oct 27 
18:49:13 2013
@@ -43,6 +43,9 @@
 
 # The model selection technique to use.
 MODSEL = 'AIC'
+
+# The flag for only using numeric models in the final model selection.
+NUMERIC_ONLY = False
 
 
 # Set up the data pipe.
@@ -141,4 +144,4 @@
 ##########################
 
 # Do not change!
-Relax_disp(pipe_name=pipe_name, pipe_bundle=pipe_bundle, models=MODELS, 
grid_inc=GRID_INC, mc_sim_num=MC_NUM, modsel=MODSEL)
+Relax_disp(pipe_name=pipe_name, pipe_bundle=pipe_bundle, models=MODELS, 
grid_inc=GRID_INC, mc_sim_num=MC_NUM, modsel=MODSEL, 
numeric_only=NUMERIC_ONLY)




Related Messages


Powered by MHonArc, Updated Sun Oct 27 19:00:02 2013