Hi Troels,

The comma after the -1 in the tooltip should also be removed to form
the sentence better.

Cheers,

Edward



On 28 August 2014 09:40,  <[email protected]> wrote:
> Author: tlinnet
> Date: Thu Aug 28 09:40:09 2014
> New Revision: 25363
>
> URL: http://svn.gna.org/viewcvs/relax?rev=25363&view=rev
> Log:
> Moved the mc_sim_num GUI element in the analysis tab ip, as it is executed 
> first.
>
> Also modified the tooltip.
>
> task #7822(https://gna.org/task/index.php?7822): Implement user function to 
> estimate R2eff and associated errors for exponential curve fitting.
>
> 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=25363&r1=25362&r2=25363&view=diff
> ==============================================================================
> --- trunk/gui/analyses/auto_relax_disp.py       (original)
> +++ trunk/gui/analyses/auto_relax_disp.py       Thu Aug 28 09:40:09 2014
> @@ -371,8 +371,8 @@
>          self.grid_inc = Spin_ctrl(box, self, text="Grid search increments:", 
> default=21, min=1, max=100, tooltip="This is the number of increments per 
> dimension of the grid search performed prior to numerical optimisation.", 
> width_text=self.width_text, width_button=self.width_button, 
> spacer=self.spacer_horizontal)
>
>          # The MC simulation settings.
> +        self.exp_mc_sim_num = Spin_ctrl(box, self, text="Exponential curve 
> error analysis:", default=500, min=-1, max=100000, tooltip="This is the 
> number of Monte Carlo simulations performed for error propagation and 
> analysis when estimating R2eff errors from exponential curve fitting.  
> Setting to '-1', estimates error from the Covariance matrix.", 
> width_text=self.width_text, width_button=self.width_button, 
> spacer=self.spacer_horizontal)
>          self.mc_sim_num = Spin_ctrl(box, self, text="Monte Carlo simulation 
> number:", default=500, min=1, max=100000, tooltip="This is the number of 
> Monte Carlo simulations performed for error propagation and analysis.  For 
> best results, at least 500 is recommended.", width_text=self.width_text, 
> width_button=self.width_button, spacer=self.spacer_horizontal)
> -        self.exp_mc_sim_num = Spin_ctrl(box, self, text="Exponential Monte 
> Carlo simulation:", default=500, min=-1, max=100000, tooltip="This is the 
> number of Monte Carlo simulations performed for error propagation and 
> analysis, when estimating R2eff errors from exponential curve fitting.  
> Setting to '-1', estimates error from the Covariance matrix.", 
> width_text=self.width_text, width_button=self.width_button, 
> spacer=self.spacer_horizontal)
>          self.mc_sim_all_models = Boolean_ctrl(box, self, text="Per model 
> error analysis:", default=False, tooltip="A flag which if True will cause 
> Monte Carlo simulations to be performed for each individual model.  Otherwise 
> Monte Carlo simulations will be reserved for the final model.", 
> width_text=self.width_text, width_button=self.width_button, 
> spacer=self.spacer_horizontal)
>
>          # The speed up of grid search.
>
>
> _______________________________________________
> 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

_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-devel 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-devel

Reply via email to