mailRe: r11351 - /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 Edward d'Auvergne on July 27, 2010 - 09:41:
Hi,

Again I have a few points below:


@@ -30,7 +30,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, 
view_plots=True, int_method='height', mc_num=500):
+    def __init__(self, filename='rx', pipe_name='rx', results_directory = 
None, seq_args=None, file_names=None, relax_times=None, pdb_file=None, 
view_plots=True, int_method='height', heteronuc = 'N', proton = 'H', 
mc_num=500):
        """Perform relaxation curve fitting.

The text "heteronuc = 'N', proton = 'H'" should be replaced by
"heteronuc='N', proton='H'", i.e. the space around ' = ' should be
removed.


@@ -51,6 +51,10 @@
        @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.

This requires a more detailed description.  Maybe "The label of the
heteronucleus in the peak intensity file."?

+        @type heteronuc:        str
+        @keyword proton:        Label of proton.

Same here.

Cheers,

Edward



Related Messages


Powered by MHonArc, Updated Tue Jul 27 10:00:21 2010