mailr20105 - /branches/relax_disp/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 edward on June 14, 2013 - 10:27:
Author: bugman
Date: Fri Jun 14 10:27:22 2013
New Revision: 20105

URL: http://svn.gna.org/viewcvs/relax?rev=20105&view=rev
Log:
Shifted the spin cluster GUI element to be just after the spin system GUI 
element.

This is simply a more logical placement.


Modified:
    branches/relax_disp/gui/analyses/auto_relax_disp.py

Modified: branches/relax_disp/gui/analyses/auto_relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/analyses/auto_relax_disp.py?rev=20105&r1=20104&r2=20105&view=diff
==============================================================================
--- branches/relax_disp/gui/analyses/auto_relax_disp.py (original)
+++ branches/relax_disp/gui/analyses/auto_relax_disp.py Fri Jun 14 10:27:22 
2013
@@ -258,6 +258,9 @@
         # Add the spin GUI element.
         self.add_spin_systems(box, self)
 
+        # Spin cluster setup.
+        self.field_cluster = Text_ctrl(box, self, text="Spin cluster IDs:", 
button_text=" Cluster", icon=fetch_icon("relax.cluster", "16x16"), 
tooltip="The list of currently defined spin clusters.  A spin cluster will 
share the same the dispersion parameters during the optimisation of the 
dispersion model.  The special 'free spins' cluster ID refers to all 
non-clustered spins.", tooltip_button="Define clusters of spins using the 
relax_disp.cluster user function.", fn=self.relax_disp_cluster, button=True, 
editable=False, width_text=self.width_text, width_button=self.width_button, 
spacer=self.spacer_horizontal)
+
         # Spin isotope setup.
         self.field_isotope = Text_ctrl(box, self, text="Spin isotopes:", 
button_text=" Setup", icon=fetch_icon("relax.nuclear_symbol", "16x16"), 
tooltip="The list of nuclear isotopes of the spins to be used in the 
analysis.", tooltip_button="Execute the spin.isotope user function.", 
fn=self.spin_isotope, button=True, editable=False, 
width_text=self.width_text, width_button=self.width_button, 
spacer=self.spacer_horizontal)
 
@@ -272,9 +275,6 @@
         else:
             self.model_field = Disp_model_list_r1rho(self, box)
         self.model_field.set_value(self.data.disp_models)
-
-        # Spin cluster setup.
-        self.field_cluster = Text_ctrl(box, self, text="Spin cluster IDs:", 
button_text=" Cluster", icon=fetch_icon("relax.cluster", "16x16"), 
tooltip="The list of currently defined spin clusters.  A spin cluster will 
share the same the dispersion parameters during the optimisation of the 
dispersion model.  The special 'free spins' cluster ID refers to all 
non-clustered spins.", tooltip_button="Define clusters of spins using the 
relax_disp.cluster user function.", fn=self.relax_disp_cluster, button=True, 
editable=False, width_text=self.width_text, width_button=self.width_button, 
spacer=self.spacer_horizontal)
 
         # The optimisation settings.
         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)




Related Messages


Powered by MHonArc, Updated Fri Jun 14 10:40:02 2013