mailr8342 - /branches/relax_disp/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 08, 2009 - 19:44:
Author: semor
Date: Thu Jan  8 19:44:36 2009
New Revision: 8342

URL: http://svn.gna.org/viewcvs/relax?rev=8342&view=rev
Log:
Made a few changes so the cpmg_delayT() function now works.


Modified:
    branches/relax_disp/specific_fns/relax_disp.py

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=8342&r1=8341&r2=8342&view=diff
==============================================================================
--- branches/relax_disp/specific_fns/relax_disp.py (original)
+++ branches/relax_disp/specific_fns/relax_disp.py Thu Jan  8 19:44:36 2009
@@ -207,7 +207,7 @@
         cdp.cpmg_frqs[index] = frq
 
 
-    def cpmg_delayT(id=None, delayT=None):
+    def cpmg_delayT(self, id=None, delayT=None):
         """Set the CPMG constant time delay (T) of the experiment.
 
         @keyword id:       The experimental identification string (allowing 
for multiple experiments
@@ -216,16 +216,6 @@
         @keyword delayT:   The CPMG constant time delay (T) in s.
         @type delayT:      float
         """
-
-        # Function intro text.
-        if self.__relax__.interpreter.intro:
-            text = sys.ps3 + "delayT("
-            text = text + "id=" + `id`
-            text = text + ", delayT=" + `delayT` + ")"
-            print text
-
-        # Test if the current data pipe exists.
-        pipes.test()
 
         # Alias the current data pipe.
         cdp = pipes.get_pipe()




Related Messages


Powered by MHonArc, Updated Thu Jan 08 20:20:04 2009