mailr7578 - /1.3/specific_fns/relax_fit.py


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

Header


Content

Posted by edward on October 08, 2008 - 00:00:
Author: bugman
Date: Wed Oct  8 00:00:08 2008
New Revision: 7578

URL: http://svn.gna.org/viewcvs/relax?rev=7578&view=rev
Log:
Fix for assign_function(), the spectrum_type arg is sent into it!


Modified:
    1.3/specific_fns/relax_fit.py

Modified: 1.3/specific_fns/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/relax_fit.py?rev=7578&r1=7577&r2=7578&view=diff
==============================================================================
--- 1.3/specific_fns/relax_fit.py (original)
+++ 1.3/specific_fns/relax_fit.py Wed Oct  8 00:00:08 2008
@@ -136,15 +136,17 @@
         return scaling_matrix
 
 
-    def assign_function(self, spin=None, intensity=None):
+    def assign_function(self, spin=None, intensity=None, 
spectrum_type=spectrum_type):
         """Place the peak intensity data into the spin container.
 
         The intensity data can be either that of the reference or saturated 
spectrum.
 
-        @keyword spin:      The spin container.
-        @type spin:         SpinContainer instance
-        @keyword intensity: The intensity value.
-        @type intensity:    float
+        @keyword spin:          The spin container.
+        @type spin:             SpinContainer instance
+        @keyword intensity:     The intensity value.
+        @type intensity:        float
+        @keyword spectrum_type: Unused argument sent in by the caller 
function.
+        @type spectrum_type:    None
         """
 
         # Alias the current data pipe.




Related Messages


Powered by MHonArc, Updated Wed Oct 08 00:20:03 2008