mailr19200 - /branches/relax_disp/specific_analyses/relax_disp.py


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

Header


Content

Posted by edward on March 27, 2013 - 14:13:
Author: bugman
Date: Wed Mar 27 14:13:02 2013
New Revision: 19200

URL: http://svn.gna.org/viewcvs/relax?rev=19200&view=rev
Log:
Ported r8360 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r8359:8360 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/branches/relax_disp/specific_fns/@r18123
 specific_analyses

.....
  r8360 | semor | 2009-01-10 17:48:17 +0100 (Sat, 10 Jan 2009) | 3 lines
  Changed paths:
     M /branches/relax_disp/specific_fns/relax_disp.py
  
  Corrected a few dosctrings.
.....


Modified:
    branches/relax_disp/specific_analyses/relax_disp.py

Modified: branches/relax_disp/specific_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp.py?rev=19200&r1=19199&r2=19200&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp.py Wed Mar 27 14:13:02 
2013
@@ -43,10 +43,10 @@
 
 
 class Relax_disp(Common_functions):
-    """Class containing functions for relaxation curve fitting."""
+    """Class containing functions for relaxation dispersion curve fitting."""
 
     def assemble_param_vector(self, spin=None, sim_index=None):
-        """Assemble the dispersion relaxation curve-fitting parameter vector 
(as a numpy array).
+        """Assemble the dispersion relaxation dispersion curve-fitting 
parameter vector (as a numpy array).
 
         @keyword spin:          The spin data container.
         @type spin:             SpinContainer instance
@@ -410,8 +410,8 @@
 
     def default_value(self, param):
         """
-        Relaxation curve fitting default values
-        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+        Relaxation dispersion curve fitting default values
+        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
         These values are arbitrary and will depend on the system studied.
         
________________________________________________________________________________
@@ -550,7 +550,7 @@
 
 
     def grid_search(self, lower=None, upper=None, inc=None, 
constraints=True, verbosity=1, sim_index=None):
-        """The exponential curve fitting grid search function.
+        """The relaxation dispersion curve fitting grid search function.
 
         @keyword lower:         The lower bounds of the grid search which 
must be equal to the
                                 number of parameters in the model.
@@ -684,7 +684,7 @@
 
 
     def linear_constraints(self, spin=None, scaling_matrix=None):
-        """Set up the relaxation curve fitting linear constraint matrices A 
and b.
+        """Set up the relaxation dispersion curve fitting linear constraint 
matrices A and b.
 
         Standard notation
         =================
@@ -755,7 +755,7 @@
 
 
     def minimise(self, min_algor=None, min_options=None, func_tol=None, 
grad_tol=None, max_iterations=None, constraints=False, scaling=True, 
verbosity=0, sim_index=None, lower=None, upper=None, inc=None):
-        """Relaxation curve fitting function.
+        """Relaxation dispersion curve fitting function.
 
         @keyword min_algor:         The minimisation algorithm to use.
         @type min_algor:            str
@@ -943,7 +943,7 @@
     def model_setup(self, model, params):
         """Update various model specific data structures.
 
-        @param model:   The exponential curve type.
+        @param model:   The relaxation dispersion curve type.
         @type model:    str
         @param params:  A list consisting of the model parameters.
         @type params:   list of str
@@ -1023,8 +1023,8 @@
 
     def return_data_name(self, name):
         """
-        Relaxation curve fitting data type string matching patterns
-        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+        Relaxation dispersion curve fitting data type string matching 
patterns
+        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
         
_________________________________________________________________________________________________
         |                                                   |                
|                          |
@@ -1132,7 +1132,7 @@
 
 
     def select_model(self, model='fast'):
-        """Function for selecting the model of the exponential curve.
+        """Function for selecting the model of the relaxation dispersion 
curve.
 
         @keyword model: The relaxation dispersion time scale for curve 
fitting.  Can be one of
                         'fast' or 'slow'.




Related Messages


Powered by MHonArc, Updated Wed Mar 27 14:20:03 2013