Author: tlinnet Date: Sat Sep 27 14:49:46 2014 New Revision: 26087 URL: http://svn.gna.org/viewcvs/relax?rev=26087&view=rev Log: Set the default insignificance value to 0.0 instead of 1.0.
Task #7826 (https://gna.org/task/index.php?7826): Write an python class for the repeated analysis of dispersion data. Modified: trunk/auto_analyses/relax_disp_repeat_cpmg.py Modified: trunk/auto_analyses/relax_disp_repeat_cpmg.py URL: http://svn.gna.org/viewcvs/relax/trunk/auto_analyses/relax_disp_repeat_cpmg.py?rev=26087&r1=26086&r2=26087&view=diff ============================================================================== --- trunk/auto_analyses/relax_disp_repeat_cpmg.py (original) +++ trunk/auto_analyses/relax_disp_repeat_cpmg.py Sat Sep 27 14:49:46 2014 @@ -106,7 +106,7 @@ # 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. if 'insignificance' not in self.settings: - self.set_self(key='insignificance', value=1.0) + self.set_self(key='insignificance', value=0.0) # A flag which if True will activate R1 parameter fitting via relax_disp.r1_fit for the models that support it. # If False, then the relax_disp.r1_fit user function will not be called. _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-commits mailing list [email protected] To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-commits

