mailr19718 - /branches/relax_disp/gui/pipe_editor.py


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

Header


Content

Posted by edward on May 23, 2013 - 19:23:
Author: bugman
Date: Thu May 23 19:23:47 2013
New Revision: 19718

URL: http://svn.gna.org/viewcvs/relax?rev=19718&view=rev
Log:
A dispersion saved state from the prompt or script UI can now be associated 
with a GUI analysis.


Modified:
    branches/relax_disp/gui/pipe_editor.py

Modified: branches/relax_disp/gui/pipe_editor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/pipe_editor.py?rev=19718&r1=19717&r2=19718&view=diff
==============================================================================
--- branches/relax_disp/gui/pipe_editor.py (original)
+++ branches/relax_disp/gui/pipe_editor.py Thu May 23 19:23:47 2013
@@ -165,7 +165,7 @@
         items.append(build_menu_item(menu, parent=self, text="&Switch to 
this pipe", icon=icon_16x16.pipe_switch, fn=self.pipe_switch))
  
         # Menu entry:  new auto-analysis tab.
-        if pipe_bundle and 
self.gui.analysis.page_index_from_bundle(pipe_bundle) == None and pipe_type 
in ['noe', 'r1', 'r2', 'mf']:
+        if pipe_bundle and 
self.gui.analysis.page_index_from_bundle(pipe_bundle) == None and pipe_type 
in ['noe', 'r1', 'r2', 'mf', 'relax_disp']:
             items.append(build_menu_item(menu, parent=self, text="&Associate 
with a new auto-analysis", icon=icon_16x16.new, fn=self.associate_auto))
  
         # Set up the entries.
@@ -339,7 +339,8 @@
             'noe': 'Steady-state NOE',
             'r1': 'R1 relaxation',
             'r2': 'R2 relaxation',
-            'mf': 'Model-free'
+            'mf': 'Model-free',
+            'relax_disp': 'Relaxation dispersion'
         }
 
         # Create a new analysis with the selected data pipe.




Related Messages


Powered by MHonArc, Updated Thu May 23 19:40:02 2013