mailr21286 - /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 October 28, 2013 - 16:12:
Author: bugman
Date: Mon Oct 28 16:12:01 2013
New Revision: 21286

URL: http://svn.gna.org/viewcvs/relax?rev=21286&view=rev
Log:
Added the insignificance dispersion auto-analysis argument to the Hansen CPMG 
data optimisation script.


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=21286&r1=21285&r2=21286&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 
Mon Oct 28 16:12:01 2013
@@ -23,6 +23,10 @@
 
 # The results directory.
 RESULTS_DIR = 'temp'
+
+# The R2eff/R1rho value in rad/s by which to judge insignificance.  If the 
maximum difference between two points on all dispersion curves for a spin is 
less than this value, that spin will be deselected.
+INSIGNIFICANCE = 1.0
+
 
 
 # Set up the data pipe.
@@ -119,8 +123,9 @@
 deselect.read(file='unresolved', dir=data_path+sep+'800_MHz', res_num_col=1)
 
 
+
 # Auto-analysis execution.
 ##########################
 
 # 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)
+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, 
insignificance=INSIGNIFICANCE)




Related Messages


Powered by MHonArc, Updated Mon Oct 28 17:00:02 2013