mailr10572 - /branches/bieri_gui/gui_bieri/analyses/auto_r2.py


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

Header


Content

Posted by edward on January 29, 2010 - 10:34:
Author: bugman
Date: Fri Jan 29 10:34:02 2010
New Revision: 10572

URL: http://svn.gna.org/viewcvs/relax?rev=10572&view=rev
Log:
Created the new automatic R2 analysis frame.

This operation is pretty simple as it is almost identical to the R1 frame, 
and all the contents are
in the base class Auto_rx.


Added:
    branches/bieri_gui/gui_bieri/analyses/auto_r2.py
      - copied, changed from r10568, 
branches/bieri_gui/gui_bieri/analyses/auto_r1.py

Copied: branches/bieri_gui/gui_bieri/analyses/auto_r2.py (from r10568, 
branches/bieri_gui/gui_bieri/analyses/auto_r1.py)
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_r2.py?p2=branches/bieri_gui/gui_bieri/analyses/auto_r2.py&p1=branches/bieri_gui/gui_bieri/analyses/auto_r1.py&r1=10568&r2=10572&rev=10572&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_r1.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_r2.py Fri Jan 29 10:34:02 2010
@@ -21,17 +21,17 @@
 
###############################################################################
 
 # Module docstring.
-"""Module for the automatic R1 analysis frame."""
+"""Module for the automatic R2 analysis frame."""
 
 # relax GUI module imports.
 from auto_rx_base import Auto_rx
 from gui_bieri.paths import IMAGE_PATH
 
 
-class Auto_r1(Auto_rx):
-    """Class for building the automatic R1 analysis frame."""
+class Auto_r2(Auto_rx):
+    """Class for building the automatic R2 analysis frame."""
 
     # Hardcoded variables.
-    analysis_type = 'r1'
-    bitmap = IMAGE_PATH+'r1.png'
-    label = 'R1'
+    analysis_type = 'r2'
+    bitmap = IMAGE_PATH+'r2.png'
+    label = 'R2'




Related Messages


Powered by MHonArc, Updated Fri Jan 29 11:00:03 2010