mailr10994 - /branches/bieri_gui/gui_bieri/controller.py


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

Header


Content

Posted by michael . bieri on March 14, 2010 - 23:23:
Author: michaelbieri
Date: Sun Mar 14 23:23:00 2010
New Revision: 10994

URL: http://svn.gna.org/viewcvs/relax?rev=10994&view=rev
Log:
The old and unused functions start_noe() and start_rx() were deleted.

Modified:
    branches/bieri_gui/gui_bieri/controller.py

Modified: branches/bieri_gui/gui_bieri/controller.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/controller.py?rev=10994&r1=10993&r2=10994&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/controller.py (original)
+++ branches/bieri_gui/gui_bieri/controller.py Sun Mar 14 23:23:00 2010
@@ -36,47 +36,6 @@
 from gui_bieri.execution.calc_noe import make_noe
 from gui_bieri.execution.calc_rx import make_rx
 from gui_bieri.paths import IMAGE_PATH
-
-
-def start_noe(target_dir, noe_ref, noe_sat, rmsd_ref, rmsd_sat, nmr_freq, 
struct_pdb, unres, execute, self, freqno, global_setting, file_setting, 
sequencefile):
-    """NOE calculation."""
-
-    # define calculation
-    global WHICH_CALC
-    WHICH_CALC = 'Noe'
-
-    # Parameters for calculation
-    global PARAMETERS
-    main = self
-    PARAMETERS = [target_dir, noe_ref, noe_sat, rmsd_ref, rmsd_sat, 
nmr_freq, struct_pdb, unres, execute, main, freqno, global_setting, 
file_setting, sequencefile]
-
-    # launch log dialog
-    logwindow = Log_window(None, -1, "")
-    logwindow.ShowModal()
-    sys.stdout = sys.__stdout__
-    sys.stderr = sys.__stderr__
-    return ''
-
-
-def start_rx(target_dir, rx_list, relax_times, structure_pdb, nmr_freq, 
r1_r2, freq_no, unres, self, freqno, global_setting, file_setting, 
sequencefile):
-    """Rx calculations."""
-
-    # define calculation
-    global WHICH_CALC
-    WHICH_CALC = 'Rx'
-
-    # Parameters for calculation
-    global PARAMETERS
-    main = self
-    PARAMETERS = [target_dir, rx_list, relax_times, structure_pdb, nmr_freq, 
r1_r2, freq_no, unres, main, freqno, global_setting, file_setting, 
sequencefile]
-
-    # launch log dialog
-    logwindow = Log_window(None, -1, "")
-    logwindow.ShowModal()
-    sys.stdout = sys.__stdout__
-    sys.stderr = sys.__stderr__
-    return ''
-
 
 
 class Controller(wx.Dialog):




Related Messages


Powered by MHonArc, Updated Sun Mar 14 23:40:01 2010