mailr16194 - /branches/uf_redesign/user_functions/pcs.py


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

Header


Content

Posted by edward on May 10, 2012 - 16:55:
Author: bugman
Date: Thu May 10 16:55:07 2012
New Revision: 16194

URL: http://svn.gna.org/viewcvs/relax?rev=16194&view=rev
Log:
Fixes and clean up of the pcs user functions.


Modified:
    branches/uf_redesign/user_functions/pcs.py

Modified: branches/uf_redesign/user_functions/pcs.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/pcs.py?rev=16194&r1=16193&r2=16194&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/pcs.py (original)
+++ branches/uf_redesign/user_functions/pcs.py Thu May 10 16:55:07 2012
@@ -21,7 +21,7 @@
 
###############################################################################
 
 # Module docstring.
-"""Module containing the 'pcs' pseudocontact shift user function data."""
+"""Module containing the pcs pseudocontact shift user function data."""
 
 # relax module imports.
 from generic_fns import align_tensor, pcs, pipes
@@ -48,10 +48,11 @@
     desc = "The alignment ID string.",
     wiz_element_type = 'combo',
     wiz_combo_iter = align_tensor.get_ids,
-    wiz_read_only = True
-)
-uf.desc = """
-This will back calculated the pseudo-contact shifts if the paramagnetic 
centre, temperature and magnetic field strength has been specified, an 
alignment tensor is present, and atomic positions have been loaded into the 
relax data store.
+    wiz_read_only = True,
+    can_be_none = True
+)
+uf.desc = """
+This will back calculate the pseudo-contact shifts if the paramagnetic 
centre, temperature and magnetic field strength has been specified, an 
alignment tensor is present, and atomic positions have been loaded into the 
relax data store.
 """
 uf.backend = pcs.back_calc
 uf.menu_text = "&back_calc"
@@ -474,7 +475,7 @@
     desc = "A flag which if True will cause the file to be overwritten."
 )
 uf.desc = """
-If no directory name is given, the file will be placed in the current 
working directory. The alignment ID is required for selecting which PCS data 
set will be written to file.
+If no directory name is given, the file will be placed in the current 
working directory.  The alignment ID is required for selecting which PCS data 
set will be written to file.
 """
 uf.backend = pcs.write
 uf.menu_text = "&write"




Related Messages


Powered by MHonArc, Updated Thu May 10 17:00:01 2012