mailr25943 - /trunk/user_functions/structure.py


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

Header


Content

Posted by edward on September 22, 2014 - 10:14:
Author: bugman
Date: Mon Sep 22 10:14:25 2014
New Revision: 25943

URL: http://svn.gna.org/viewcvs/relax?rev=25943&view=rev
Log:
Fixes for the structure.add_atom user function to allow for list of lists for 
the atomic position.

This allows different coordinates to be supplied for each model.


Modified:
    trunk/user_functions/structure.py

Modified: trunk/user_functions/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/structure.py?rev=25943&r1=25942&r2=25943&view=diff
==============================================================================
--- trunk/user_functions/structure.py   (original)
+++ trunk/user_functions/structure.py   Mon Sep 22 10:14:25 2014
@@ -76,9 +76,8 @@
 uf.add_keyarg(
     name = "pos",
     py_type = "float_object",
-    dim = 3,
     desc_short = "atomic position",
-    desc = "The atomic coordinates.",
+    desc = "The atomic coordinates.  For specifying different coordinates 
for each model of the ensemble, a list of lists can be supplied.",
     list_titles = ['X coordinate', 'Y coordinate', 'Z coordinate']
 )
 uf.add_keyarg(




Related Messages


Powered by MHonArc, Updated Mon Sep 22 10:20:03 2014