mailr19751 - /branches/relax_disp/specific_analyses/relax_disp/__init__.py


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

Header


Content

Posted by edward on May 28, 2013 - 10:50:
Author: bugman
Date: Tue May 28 10:50:44 2013
New Revision: 19751

URL: http://svn.gna.org/viewcvs/relax?rev=19751&view=rev
Log:
Massively increased the precision of the R2eff error analysis.

The hard-coded simulation number variable is now set to 100000.  This appears 
to be necessary for
reliably reproducing results in the subsequent dispersion models.


Modified:
    branches/relax_disp/specific_analyses/relax_disp/__init__.py

Modified: branches/relax_disp/specific_analyses/relax_disp/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/__init__.py?rev=19751&r1=19750&r2=19751&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/__init__.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/__init__.py Tue May 28 
10:50:44 2013
@@ -821,7 +821,7 @@
             raise RelaxError("The experiment '%s' is not of the fixed 
relaxation time period data type, the R2eff/R1rho values cannot be directly 
calculated." % cdp.exp_type)
 
         # FIXME: Simulation number hardcoded variable.
-        sim_num = 500
+        sim_num = 100000
 
         # Printouts.
         print("Calculating the R2eff/R1rho values for fixed relaxation time 
period data.")




Related Messages


Powered by MHonArc, Updated Tue May 28 11:40:02 2013