mailr19478 - /branches/relax_disp/user_functions/relax_disp.py


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

Header


Content

Posted by edward on April 15, 2013 - 17:53:
Author: bugman
Date: Mon Apr 15 17:53:40 2013
New Revision: 19478

URL: http://svn.gna.org/viewcvs/relax?rev=19478&view=rev
Log:
Changed the relax_disp.cpmg_frq user function id argument to spectrum_id.

All the relax_disp user functions now operate with the spectrum IDs instead 
of experiment IDs.


Modified:
    branches/relax_disp/user_functions/relax_disp.py

Modified: branches/relax_disp/user_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/user_functions/relax_disp.py?rev=19478&r1=19477&r2=19478&view=diff
==============================================================================
--- branches/relax_disp/user_functions/relax_disp.py (original)
+++ branches/relax_disp/user_functions/relax_disp.py Mon Apr 15 17:53:40 2013
@@ -152,10 +152,10 @@
 uf.title = "Set the CPMG constant time delay (T) of the experiment."
 uf.title_short = "CPMG time delay."
 uf.add_keyarg(
-    name = "id",
-    py_type = "str",
-    desc_short = "experiment ID",
-    desc = "The experiment identification string."
+    name = "spectrum_id",
+    py_type = "str",
+    desc_short = "spectrum ID",
+    desc = "The spectrum identification string."
 )
 uf.add_keyarg(
     name = "delayT",
@@ -165,7 +165,7 @@
 )
 # Description.
 uf.desc.append(Desc_container())
-uf.desc[-1].add_paragraph("This allows the CPMG constant time delay (T) of a 
given experiment to be set.")
+uf.desc[-1].add_paragraph("This allows the CPMG constant time delay (T) of a 
given experiment or spectrum to be set.")
 # Prompt examples.
 uf.desc.append(Desc_container("Prompt examples"))
 uf.desc[-1].add_paragraph("To set a CPMG constant time delay T of 20 ms 
(0.020 s) for experiments '600', type one of:")




Related Messages


Powered by MHonArc, Updated Mon Apr 15 18:40:02 2013