mailr8472 - 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 January 15, 2009 - 15:04:
Author: semor
Date: Thu Jan 15 15:04:33 2009
New Revision: 8472

URL: http://svn.gna.org/viewcvs/relax?rev=8472&view=rev
Log:
Started to implement a function for reading 'R2eff' values directly.

This is as proposed in a post at:
https://mail.gna.org/public/relax-devel/2009-01/msg00020.html
(Message-id: <7f080ed10901070529s397f7f23p914c820ced4d07f@xxxxxxxxxxxxxx>)

The function does not contain code yet.


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=8472&r1=8471&r2=8472&view=diff
==============================================================================
--- branches/relax_disp/prompt/relax_disp.py (original)
+++ branches/relax_disp/prompt/relax_disp.py Thu Jan 15 15:04:33 2009
@@ -182,6 +182,22 @@
         relax_disp_obj.exp_type(exp=exp)
 
 
+    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=8472&r1=8471&r2=8472&view=diff
==============================================================================
--- branches/relax_disp/specific_fns/relax_disp.py (original)
+++ branches/relax_disp/specific_fns/relax_disp.py Thu Jan 15 15:04:33 2009
@@ -1084,6 +1084,14 @@
                 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 Thu Jan 15 15:40:03 2009