mailr8719 - in /branches/relax_disp: prompt/relax_disp.py specific_fns/relax_disp.py


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

Header


Content

Posted by sebastien . morin . 1 on February 02, 2009 - 23:55:
Author: semor
Date: Mon Feb  2 23:55:37 2009
New Revision: 8719

URL: http://svn.gna.org/viewcvs/relax?rev=8719&view=rev
Log:
Removed the obsolete function 'relax_disp.r2eff_read()'.

R2eff values will be read directly by 'relax_data.read()' (see r8702 and 
r8703).


Modified:
    branches/relax_disp/prompt/relax_disp.py
    branches/relax_disp/specific_fns/relax_disp.py

Modified: branches/relax_disp/prompt/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/prompt/relax_disp.py?rev=8719&r1=8718&r2=8719&view=diff
==============================================================================
--- branches/relax_disp/prompt/relax_disp.py (original)
+++ branches/relax_disp/prompt/relax_disp.py Mon Feb  2 23:55:37 2009
@@ -251,22 +251,6 @@
         relax_disp_obj.exp_type(exp_type=exp_type)
 
 
-    def r2eff_read(self):
-        """Function for reading 'R2eff' values directly, instead of 
calculating them within relax
-        starting from the intensities.
-
-        THIS FUNCTION IS NOT WRITTEN YET.
-
-        Keyword Arguments
-        ~~~~~~~~~~~~~~~~~
-
-
-        Examples
-        ~~~~~~~~
-
-        """
-
-
     def select_model(self, model='fast'):
         """Function for the selection of the relaxation dispersion curve 
type.
 

Modified: branches/relax_disp/specific_fns/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_fns/relax_disp.py?rev=8719&r1=8718&r2=8719&view=diff
==============================================================================
--- branches/relax_disp/specific_fns/relax_disp.py (original)
+++ branches/relax_disp/specific_fns/relax_disp.py Mon Feb  2 23:55:37 2009
@@ -1101,14 +1101,6 @@
                 continue
 
 
-    def r2eff_read(self):
-        """Function for reading 'R2eff' values directly, instead of 
calculating them within relax
-        starting from the intensities.
-
-        THIS FUNCTION IS NOT WRITTEN YET.
-        """
-
-
     def return_data(self, spin):
         """Function for returning the peak intensity data structure.
 




Related Messages


Powered by MHonArc, Updated Tue Feb 03 00:20:04 2009