mailr22735 - /trunk/user_functions/dx.py


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

Header


Content

Posted by edward on April 14, 2014 - 14:51:
Author: bugman
Date: Mon Apr 14 14:51:29 2014
New Revision: 22735

URL: http://svn.gna.org/viewcvs/relax?rev=22735&view=rev
Log:
The dx.map user function documentation now included the frame order 
parameters.


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=22735&r1=22734&r2=22735&view=diff
==============================================================================
--- trunk/user_functions/dx.py  (original)
+++ trunk/user_functions/dx.py  Mon Apr 14 14:51:29 2014
@@ -35,6 +35,7 @@
 from pipe_control import diffusion_tensor
 from pipe_control.opendx import map
 from prompt.doc_string import regexp_doc
+from specific_analyses.frame_order.parameter_object import 
Frame_order_params; frame_order_params = Frame_order_params()
 from specific_analyses.model_free.parameter_object import Model_free_params; 
model_free_params = Model_free_params()
 from specific_analyses.n_state_model.parameter_object import N_state_params; 
n_state_params = N_state_params()
 from specific_analyses.relax_disp.parameter_object import Relax_disp_params; 
relax_disp_params = Relax_disp_params()
@@ -207,6 +208,7 @@
 uf.desc.append(model_free_params.uf_doc(label="table: all model-free 
parameters"))
 uf.desc.append(n_state_params.uf_doc(label="table: N-state parameters"))
 uf.desc.append(relax_disp_params.uf_doc(label="table: dispersion 
parameters"))
+uf.desc.append(frame_order_params.uf_doc(label="table: frame order 
parameters"))
 # Prompt examples.
 uf.desc.append(Desc_container("Prompt examples"))
 uf.desc[-1].add_paragraph("The following commands will generate a map of the 
extended model-free space for model 'm5' consisting of the parameters {S2, 
S2f, ts}.  Files will be output into the directory 'dx' and will be prefixed 
by 'map'.  In this case, the system is a protein and residue number 6 will be 
mapped.")




Related Messages


Powered by MHonArc, Updated Mon Apr 14 16:00:02 2014