mailr22877 - /trunk/gui/analyses/auto_relax_disp.py


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

Header


Content

Posted by tlinnet on April 29, 2014 - 15:38:
Author: tlinnet
Date: Tue Apr 29 15:38:31 2014
New Revision: 22877

URL: http://svn.gna.org/viewcvs/relax?rev=22877&view=rev
Log:
Fix for using colon insteand in tooltip.

Feature request: #3151, (https://gna.org/support/index.php?3151) - User 
function to set the R20 parameters in the default grid search using the 
minimum R2eff value.

Modified:
    trunk/gui/analyses/auto_relax_disp.py

Modified: trunk/gui/analyses/auto_relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/analyses/auto_relax_disp.py?rev=22877&r1=22876&r2=22877&view=diff
==============================================================================
--- trunk/gui/analyses/auto_relax_disp.py       (original)
+++ trunk/gui/analyses/auto_relax_disp.py       Tue Apr 29 15:38:31 2014
@@ -366,7 +366,7 @@
 
         # The speed up of grid search.
         tooltip = "Experimental option, be careful.  True will set the grid 
%s values from the minimum %s values.  This will speed up the grid search 
with a factor GRID_INC^(Nr_spec_freq).  For a CPMG experiment with two fields 
and standard GRID_INC=21, the speed-up is a factor 441." % (r2, r2eff)
-        self.set_grid_r20 = Boolean_ctrl(box, self, text="Set R20 to the 
minimum R2eff.", default=False, tooltip=tooltip, width_text=self.width_text, 
width_button=self.width_button, spacer=self.spacer_horizontal)
+        self.set_grid_r20 = Boolean_ctrl(box, self, text="Set R20 to the 
minimum R2eff:", default=False, tooltip=tooltip, width_text=self.width_text, 
width_button=self.width_button, spacer=self.spacer_horizontal)
 
         # The insignificance cutoff.
         tooltip = "The %s/%s 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.  This does not affect the '%s' model.  Set this value to 0.0 to 
use all data." % (r2eff, r1rho, MODEL_NOREX)




Related Messages


Powered by MHonArc, Updated Tue Apr 29 15:40:02 2014