mailr19329 - /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 03, 2013 - 15:07:
Author: bugman
Date: Wed Apr  3 15:07:07 2013
New Revision: 19329

URL: http://svn.gna.org/viewcvs/relax?rev=19329&view=rev
Log:
Clean up of some of the old relax_disp user functions - many argument types 
are now numbers rather than floats.


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=19329&r1=19328&r2=19329&view=diff
==============================================================================
--- branches/relax_disp/user_functions/relax_disp.py (original)
+++ branches/relax_disp/user_functions/relax_disp.py Wed Apr  3 15:07:07 2013
@@ -72,21 +72,21 @@
 )
 uf.add_keyarg(
     name = "delayT",
-    py_type = "float",
+    py_type = "num",
     desc_short = "CPMG time delay",
     desc = "The CPMG constant time delay (T) in s."
 )
 uf.add_keyarg(
     name = "int_cpmg",
     default = "1.0",
-    py_type = "float",
+    py_type = "num",
     desc_short = "CPMG peak intensity",
     desc = "Intensity of the peak in the CPMG spectrum.."
 )
 uf.add_keyarg(
     name = "int_ref",
     default = "1.0",
-    py_type = "float",
+    py_type = "num",
     desc_short = "reference peak intensity",
     desc = "Intensity of the peak in the reference spectrum.."
 )
@@ -121,7 +121,7 @@
 )
 uf.add_keyarg(
     name = "delayT",
-    py_type = "float",
+    py_type = "num",
     desc_short = "CPMG time delay",
     desc = "The CPMG constant time delay (T) in s."
 )




Related Messages


Powered by MHonArc, Updated Wed Apr 03 15:20:02 2013