mailr9928 - /1.3/specific_fns/api_base.py


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

Header


Content

Posted by edward on November 24, 2009 - 15:50:
Author: bugman
Date: Tue Nov 24 15:50:02 2009
New Revision: 9928

URL: http://svn.gna.org/viewcvs/relax?rev=9928&view=rev
Log:
Added duplicate_data() to the specific analysis API.


Modified:
    1.3/specific_fns/api_base.py

Modified: 1.3/specific_fns/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/api_base.py?rev=9928&r1=9927&r2=9928&view=diff
==============================================================================
--- 1.3/specific_fns/api_base.py (original)
+++ 1.3/specific_fns/api_base.py Tue Nov 24 15:50:02 2009
@@ -119,6 +119,25 @@
         @type param:    str
         @return:        The default value.
         @rtype:         float
+        """
+
+        # Not implemented.
+        raise RelaxImplementError
+
+
+    def duplicate_data(self, pipe_from=None, pipe_to=None, model_index=None, 
global_stats=False, verbose=True):
+        """Duplicate the data specific to a single model.
+
+        @keyword pipe_from:     The data pipe to copy the data from.
+        @type pipe_from:        str
+        @keyword pipe_to:       The data pipe to copy the data to.
+        @type pipe_to:          str
+        @param model_index:     The model index.  This originates from the 
model_loop().
+        @type model_index:      int
+        @keyword global_stats:  The global statistics flag.
+        @type global_stats:     bool
+        @keyword verbose:       A flag which if True will cause info to be 
printed out.
+        @type verbose:          bool
         """
 
         # Not implemented.




Related Messages


Powered by MHonArc, Updated Tue Nov 24 17:00:02 2009