mailr4682 - /1.3/specific_fns/model_free/model_free.py


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

Header


Content

Posted by edward on January 13, 2008 - 18:26:
Author: bugman
Date: Sun Jan 13 18:26:20 2008
New Revision: 4682

URL: http://svn.gna.org/viewcvs/relax?rev=4682&view=rev
Log:
Updated the docstring of the model_setup() model-free method to be in epydoc 
format.


Modified:
    1.3/specific_fns/model_free/model_free.py

Modified: 1.3/specific_fns/model_free/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/model_free.py?rev=4682&r1=4681&r2=4682&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/model_free.py (original)
+++ 1.3/specific_fns/model_free/model_free.py Sun Jan 13 18:26:20 2008
@@ -2445,7 +2445,23 @@
 
 
     def model_setup(self, model=None, equation=None, params=None, 
spin_id=None):
-        """Function for updating various data structures depending on the 
model selected."""
+        """Function for updating various data structures depending on the 
model selected.
+
+        @param model:       The name of the model.
+        @type model:        str
+        @param equation:    The equation type to use.  The 3 allowed types 
are:  'mf_orig' for the
+                            original model-free equations with parameters 
{S2, te}; 'mf_ext' for the
+                            extended model-free equations with parameters 
{S2f, tf, S2, ts}; and
+                            'mf_ext2' for the extended model-free equations 
with parameters {S2f,
+                            tf, S2s, ts}.
+        @type equation:     str
+        @param params:      A list of the parameters to include in the 
model.  The allowed parameter
+                            names includes those for the equation type as 
well as chemical exchange
+                            'Rex', the bond length 'r', and the chemical 
shift anisotropy 'CSA'.
+        @type params:       list of str
+        @param spin_id:     The spin identification string.
+        @type spin_id:      str
+        """
 
         # Test that no diffusion tensor exists if local tm is a parameter in 
the model.
         if params:




Related Messages


Powered by MHonArc, Updated Sun Jan 13 18:40:24 2008