mailr23137 - /trunk/user_functions/dx.py


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

Header


Content

Posted by tlinnet on May 09, 2014 - 18:57:
Author: tlinnet
Date: Fri May  9 18:57:33 2014
New Revision: 23137

URL: http://svn.gna.org/viewcvs/relax?rev=23137&view=rev
Log:
Added the keyword "chi_surface" to the front-end dx.map function."

To set the chi2 surface level for the Innermost, Inner, Middle and Outer 
Isosurface.

task #7792: (https://gna.org/task/?7792) Make the dx.map write suggest chi 
surface values.

Modified:
    trunk/user_functions/dx.py

Modified: trunk/user_functions/dx.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/dx.py?rev=23137&r1=23136&r2=23137&view=diff
==============================================================================
--- trunk/user_functions/dx.py  (original)
+++ trunk/user_functions/dx.py  Fri May  9 18:57:33 2014
@@ -184,6 +184,14 @@
     py_type = "str",
     desc_short = "point file name prefix",
     desc = "The name of that the point output files will be prefixed with.",
+    can_be_none = True
+)
+uf.add_keyarg(
+    name = "chi_surface",
+    default = None,
+    py_type = "list",
+    desc_short = "Set the chi2 surface level for the Innermost, Inner, 
Middle and Outer Isosurface.",
+    desc = "A list of 4 numbers, setting the level for the 4 isosurfaces. 
Useful in scripting if you create a set of OpenDX maps with all the same 
contour levels.  Ideal for comparisons.",
     can_be_none = True
 )
 # Description.




Related Messages


Powered by MHonArc, Updated Fri May 09 19:00:03 2014