mailr16269 - in /branches/uf_redesign/user_functions: align_tensor.py diffusion_tensor.py


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

Header


Content

Posted by edward on May 13, 2012 - 12:25:
Author: bugman
Date: Sun May 13 12:25:13 2012
New Revision: 16269

URL: http://svn.gna.org/viewcvs/relax?rev=16269&view=rev
Log:
Changed the arg description of the align_tensor.copy and 
diffusion_tensor.copy user functions.

This improves the argument description by making it more readable.


Modified:
    branches/uf_redesign/user_functions/align_tensor.py
    branches/uf_redesign/user_functions/diffusion_tensor.py

Modified: branches/uf_redesign/user_functions/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/align_tensor.py?rev=16269&r1=16268&r2=16269&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/align_tensor.py (original)
+++ branches/uf_redesign/user_functions/align_tensor.py Sun May 13 12:25:13 
2012
@@ -44,14 +44,14 @@
     name = "tensor_from",
     default = None,
     py_type = "str",
-    desc_short = "tensor from",
+    desc_short = "source tensor ID",
     desc = "The identification string of the alignment tensor to copy the 
data from."
 )
 uf.add_keyarg(
     name = "pipe_from",
     default = None,
     py_type = "str",
-    desc_short = "pipe from",
+    desc_short = "source data pipe",
     desc = "The name of the data pipe to copy the alignment tensor data 
from.",
     wiz_element_type = 'combo',
     wiz_combo_iter = pipes.pipe_names,
@@ -61,7 +61,7 @@
     name = "tensor_to",
     default = None,
     py_type = "str",
-    desc_short = "tensor to",
+    desc_short = "destination tensor ID",
     desc = "The identification string of the alignment tensor to copy the 
data to.",
     can_be_none = True
 )
@@ -69,7 +69,7 @@
     name = "pipe_to",
     default = None,
     py_type = "str",
-    desc_short = "pipe to",
+    desc_short = "destination data pipe",
     desc = "The name of the data pipe to copy the alignment tensor data to.",
     wiz_element_type = 'combo',
     wiz_combo_iter = pipes.pipe_names,

Modified: branches/uf_redesign/user_functions/diffusion_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/diffusion_tensor.py?rev=16269&r1=16268&r2=16269&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/diffusion_tensor.py (original)
+++ branches/uf_redesign/user_functions/diffusion_tensor.py Sun May 13 
12:25:13 2012
@@ -43,7 +43,7 @@
 uf.add_keyarg(
     name = "pipe_from",
     py_type = "str",
-    desc_short = "pipe from",
+    desc_short = "source data pipe",
     desc = "The name of the data pipe to copy the diffusion tensor data 
from.",
     wiz_element_type = 'combo',
     wiz_combo_iter = pipes.pipe_names,
@@ -53,7 +53,7 @@
 uf.add_keyarg(
     name = "pipe_to",
     py_type = "str",
-    desc_short = "pipe to",
+    desc_short = "destination data pipe",
     desc = "The name of the data pipe to copy the diffusion tensor data to.",
     wiz_element_type = 'combo',
     wiz_combo_iter = pipes.pipe_names,




Related Messages


Powered by MHonArc, Updated Sun May 13 12:40:02 2012