mailr11371 - /branches/bieri_gui/auto_analyses/relax_fit.py


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

Header


Content

Posted by michael . bieri on July 28, 2010 - 06:41:
Author: michaelbieri
Date: Wed Jul 28 06:41:33 2010
New Revision: 11371

URL: http://svn.gna.org/viewcvs/relax?rev=11371&view=rev
Log:
Fixed comments posted by Edward d'Auvergne 
(https://mail.gna.org/public/relax-devel/2010-07/msg00011.html).

Modified:
    branches/bieri_gui/auto_analyses/relax_fit.py

Modified: branches/bieri_gui/auto_analyses/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/auto_analyses/relax_fit.py?rev=11371&r1=11370&r2=11371&view=diff
==============================================================================
--- branches/bieri_gui/auto_analyses/relax_fit.py (original)
+++ branches/bieri_gui/auto_analyses/relax_fit.py Wed Jul 28 06:41:33 2010
@@ -34,7 +34,7 @@
 
 
 class Relax_fit:
-    def __init__(self, filename='rx', pipe_name='rx', results_directory = 
None, seq_args=None, file_names=None, relax_times=None, pdb_file=None, 
unresolved='unresolved', view_plots=True, int_method='height', heteronuc = 
'N', proton = 'H', mc_num=500, inc = '11'):
+    def __init__(self, filename='rx', pipe_name='rx', results_directory = 
None, seq_args=None, file_names=None, relax_times=None, pdb_file=None, 
unresolved='unresolved', int_method='height', heteronuc='N', proton='H', 
mc_num=500, inc='11', view_plots=True):
         """Perform relaxation curve fitting.
 
         @keyword filename:      Name of the output file.
@@ -53,8 +53,6 @@
         @type pdb_file:         str
         @keyword unresolved:    Filename of the unresolved spin list.
         @type unresolved:       str
-        @keyword view_plots:    Flag to automatically viu grace plots after 
calculation.
-        @type view_plots:       boolean
         @keyword int_method:    The integration method, one of 'height', 
'point sum' or 'other'.
         @type int_method:       str
         @keyword heteronuc:     Label of hetero nucleus.
@@ -65,6 +63,8 @@
         @type mc_num:           int
         @keyword inc:           Number of grid search increments.
         @type inc:              int
+        @keyword view_plots:    Flag to automatically view grace plots after 
calculation.
+        @type view_plots:       boolean
         """
 
         # Store the args.




Related Messages


Powered by MHonArc, Updated Wed Jul 28 07:00:02 2010