mailr19188 - /branches/relax_disp/specific_analyses/relax_disp.py


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

Header


Content

Posted by edward on March 27, 2013 - 13:51:
Author: bugman
Date: Wed Mar 27 13:51:22 2013
New Revision: 19188

URL: http://svn.gna.org/viewcvs/relax?rev=19188&view=rev
Log:
Ported r8342 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r8341:8342 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/branches/relax_disp/specific_fns/@r18123
 specific_analyses

.....
  r8342 | semor | 2009-01-08 19:44:36 +0100 (Thu, 08 Jan 2009) | 3 lines
  Changed paths:
     M /branches/relax_disp/specific_fns/relax_disp.py
  
  Made a few changes so the cpmg_delayT() function now works.
.....


Modified:
    branches/relax_disp/specific_analyses/relax_disp.py

Modified: branches/relax_disp/specific_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp.py?rev=19188&r1=19187&r2=19188&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp.py Wed Mar 27 13:51:22 
2013
@@ -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 Wed Mar 27 14:00:03 2013