mailr19946 - /branches/relax_disp/test_suite/shared_data/dispersion/Hansen/r2eff_calc.py


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

Header


Content

Posted by edward on June 07, 2013 - 13:56:
Author: bugman
Date: Fri Jun  7 13:56:46 2013
New Revision: 19946

URL: http://svn.gna.org/viewcvs/relax?rev=19946&view=rev
Log:
Fix for the r2eff_calc.py script for calculating R2eff values from Flemming 
Hansen's CPMG data.


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

Modified: 
branches/relax_disp/test_suite/shared_data/dispersion/Hansen/r2eff_calc.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/shared_data/dispersion/Hansen/r2eff_calc.py?rev=19946&r1=19945&r2=19946&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/shared_data/dispersion/Hansen/r2eff_calc.py 
(original)
+++ 
branches/relax_disp/test_suite/shared_data/dispersion/Hansen/r2eff_calc.py 
Fri Jun  7 13:56:46 2013
@@ -19,9 +19,8 @@
 # The grid search size (the number of increments per dimension).
 GRID_INC = 5
 
-# The number of Monte Carlo and Bootstrap simulations to be used for the 
error analyses.
+# The number of Monte Carlo simulations to be used for the error analyses.
 MC_NUM = 3
-BOOT_NUM = 1000000
 
 # The results directory.
 RESULTS_DIR = 'temp'
@@ -124,7 +123,7 @@
 ##########################
 
 # Do not change!
-Relax_disp(pipe_name=pipe_name, pipe_bundle=pipe_bundle, 
results_dir=RESULTS_DIR, models=MODELS, grid_inc=GRID_INC, mc_sim_num=MC_NUM, 
bootstrap_sim_num=BOOT_NUM)
+Relax_disp(pipe_name=pipe_name, pipe_bundle=pipe_bundle, 
results_dir=RESULTS_DIR, models=MODELS, grid_inc=GRID_INC, mc_sim_num=MC_NUM)
 
 # Strip out all of the simulation data.
 for spin in spin_loop():




Related Messages


Powered by MHonArc, Updated Fri Jun 07 16:00:02 2013