Package gui :: Package analyses :: Module auto_model_free :: Class Mf_list
[hide private]
[frames] | no frames]

Class Mf_list

source code


The model-free model list GUI element.

Instance Methods [hide private]

Inherited from elements.model_list.Model_list: Enable, GetValue, __init__, modify, set_value, update_button

Class Variables [hide private]
  desc = 'Model-free models:'
The short description for the GUI element.
  model_desc = ['No statistically significant internal motions.'...
The short description for each model.
  models = ['m0', 'm1', 'm2', 'm3', 'm4', 'm5', 'm6', 'm7', 'm8'...
The list of names of the model.
  params = ['{}', u'{S²}', u'{S², τe}', u'{S², Rₑₓ}', u'{S², τe,...
The list of parameters of each model in string form.
  warning = 'The model-free models used in dauvergne_protocol au...
A warning string which if set will present a warning message to the user prior to allowing them to modify the list of models.
  red_flag = True
A flag which if True will cause the flag icon to turn red if the model list has been modified.
  size = wx.Size(850, 350)
The initial size of the window.
  tooltip = 'The list model-free models to optimise as the itera...
The tooltip string to add to the text and field wx GUI elements.
  tooltip_button = 'Open the model list selector window.'
The separate tooltip string to add to the button wx GUI element.

Inherited from elements.model_list.Model_list: border

Class Variable Details [hide private]

model_desc

The short description for each model.

Value:
['No statistically significant internal motions.',
 u'The original model with a statistically insignificant τe.',
 'The original Lipari and Szabo model.',
 u'The original model with chemical exchange relaxation but a statisti\
cally insignificant τe.',
 'The original model with chemical exchange relaxation.',
 u'The extended model with a statistically insignificant τf.',
 'The Clore et al., 1991 extended model-free model.',
...

models

The list of names of the model.

Value:
['m0', 'm1', 'm2', 'm3', 'm4', 'm5', 'm6', 'm7', 'm8', 'm9']

params

The list of parameters of each model in string form.

Value:
['{}',
 u'{S²}',
 u'{S², τe}',
 u'{S², Rₑₓ}',
 u'{S², τe, Rₑₓ}',
 u'{S², S²f, τs}',
 u'{S², τf, S²f, τs}',
 u'{S², S²f, τs, Rₑₓ}',
...

warning

A warning string which if set will present a warning message to the user prior to allowing them to modify the list of models.

Value:
'The model-free models used in dauvergne_protocol auto-analysis should\
 almost never be changed!  The consequences will be unpredictable.  Pl\
ease proceed only if you are sure of what you are doing.  Would you li\
ke to modify the model-free model list?'

tooltip

The tooltip string to add to the text and field wx GUI elements.

Value:
'The list model-free models to optimise as the iterative part of the p\
rotocol (see the about window for details).  This really should not be\
 changed.'