Changes

Jump to navigation Jump to search

Tutorial for adding relaxation dispersion models to relax

64 bytes added, 17:13, 18 November 2015
β†’β€ŽThe GUI: <code> tags.
== The GUI ==
The model needs to also be added to the graphical user interface (GUI). This is in the <code>gui.analyses.auto_relax_disp </code> module. The model variable should first be imported. In the <code>__init__() </code> method, it should be decided if the model should be selected by default or if the user should manually select the model during the analysis. If the former, then it should be added to the <code>ds.relax_gui.analyses[data_index].disp_models </code> list.
For the model to be accessible via the GUI, it must be added to the <code>Disp_model_list_cpmg </code> or <code>Disp_model_list_r1rho </code> model list classes (at the bottom of the module). The model variable should be added to the models list, and the list of parameters added to the params list.
=== Reference commits ===
* The [[R2eff]] model at [http://article.gmane.org/gmane.science.nmr.relax.scm/17617 r19861]
* The [[No Rex]] model at [http://article.gmane.org/gmane.science.nmr.relax.scm/17592 r19836] [http://article.gmane.org/gmane.science.nmr.relax.scm/17617 r19861]
 
== The relax manual ==
Trusted, Bureaucrats
4,223

edits

Navigation menu