mailr19589 - /branches/relax_disp/user_functions/relax_disp.py


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

Header


Content

Posted by edward on April 22, 2013 - 17:06:
Author: bugman
Date: Mon Apr 22 17:06:43 2013
New Revision: 19589

URL: http://svn.gna.org/viewcvs/relax?rev=19589&view=rev
Log:
Added the relaxation dispersion graphic to all of the dispersion GUI user 
functions missing a graphic.


Modified:
    branches/relax_disp/user_functions/relax_disp.py

Modified: branches/relax_disp/user_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/user_functions/relax_disp.py?rev=19589&r1=19588&r2=19589&view=diff
==============================================================================
--- branches/relax_disp/user_functions/relax_disp.py (original)
+++ branches/relax_disp/user_functions/relax_disp.py Mon Apr 22 17:06:43 2013
@@ -34,7 +34,7 @@
 # relax module imports.
 from pipe_control import spectrum
 from pipe_control.mol_res_spin import get_spin_ids
-from graphics import WIZARD_IMAGE_PATH
+from graphics import ANALYSIS_IMAGE_PATH, WIZARD_IMAGE_PATH
 from specific_analyses.setup import relax_disp_obj
 from user_functions.data import Uf_info; uf_info = Uf_info()
 from user_functions.objects import Desc_container
@@ -87,6 +87,7 @@
 uf.menu_text = "c&luster"
 uf.wizard_height_desc = 500
 uf.wizard_size = (800, 600)
+uf.wizard_image = ANALYSIS_IMAGE_PATH + 'relax_disp_200x200.png'
 
 
 # The relax_disp.cpmg_frq user function.
@@ -123,6 +124,7 @@
 uf.backend = relax_disp_obj._cpmg_frq
 uf.menu_text = "&cpmg_frq"
 uf.wizard_size = (800, 500)
+uf.wizard_image = ANALYSIS_IMAGE_PATH + 'relax_disp_200x200.png'
 
 
 # The relax_disp.exp_type user function.
@@ -172,6 +174,7 @@
 uf.wizard_height_desc = 500
 uf.wizard_size = (1000, 700)
 uf.wizard_apply_button = False
+uf.wizard_image = ANALYSIS_IMAGE_PATH + 'relax_disp_200x200.png'
 
 
 # The relax_disp.plot_exp_curves user function.
@@ -247,6 +250,7 @@
 uf.menu_text = "&relax_time"
 uf.gui_icon = "oxygen.actions.chronometer"
 uf.wizard_size = (800, 500)
+uf.wizard_image = ANALYSIS_IMAGE_PATH + 'relax_disp_200x200.png'
 
 
 # The relax_disp.select_model user function.
@@ -327,6 +331,7 @@
 uf.wizard_height_desc = 500
 uf.wizard_size = (1000, 700)
 uf.wizard_apply_button = False
+uf.wizard_image = ANALYSIS_IMAGE_PATH + 'relax_disp_200x200.png'
 
 
 # The relax_disp.spin_lock_field user function.
@@ -359,3 +364,4 @@
 uf.backend = relax_disp_obj._spin_lock_field
 uf.menu_text = "spin_lock_&field"
 uf.wizard_size = (800, 500)
+uf.wizard_image = ANALYSIS_IMAGE_PATH + 'relax_disp_200x200.png'




Related Messages


Powered by MHonArc, Updated Mon Apr 22 17:20:02 2013