mailr17430 - in /trunk/user_functions: spectrum.py structure.py


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

Header


Content

Posted by edward on September 03, 2012 - 13:29:
Author: bugman
Date: Mon Sep  3 13:29:09 2012
New Revision: 17430

URL: http://svn.gna.org/viewcvs/relax?rev=17430&view=rev
Log:
Removed some '()' text from the end of the user functions in the user 
function documentation.


Modified:
    trunk/user_functions/spectrum.py
    trunk/user_functions/structure.py

Modified: trunk/user_functions/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/spectrum.py?rev=17430&r1=17429&r2=17430&view=diff
==============================================================================
--- trunk/user_functions/spectrum.py (original)
+++ trunk/user_functions/spectrum.py Mon Sep  3 13:29:09 2012
@@ -124,7 +124,7 @@
 uf.desc[-1].add_table(table.label)
 # Peak heights with baseplane noise RMSD.
 uf.desc.append(Desc_container("Peak heights with baseplane noise RMSD"))
-uf.desc[-1].add_paragraph("When none of the spectra have been replicated, 
then the peak height errors are calculated using the RMSD of the baseplane 
noise, the value of which is set by the spectrum.baseplane_rmsd() user 
function.  This results in a different error per peak per spectrum.  The 
standard deviation error measure for the peak height, sigma_I, is set to the 
RMSD value.")
+uf.desc[-1].add_paragraph("When none of the spectra have been replicated, 
then the peak height errors are calculated using the RMSD of the baseplane 
noise, the value of which is set by the spectrum.baseplane_rmsd user 
function.  This results in a different error per peak per spectrum.  The 
standard deviation error measure for the peak height, sigma_I, is set to the 
RMSD value.")
 # Peak heights with partially replicated spectra.
 uf.desc.append(Desc_container("Peak heights with partially replicated 
spectra"))
 uf.desc[-1].add_paragraph("When spectra are replicated, the variance for a 
single spin at a single replicated spectra set is calculated by the formula")

Modified: trunk/user_functions/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/structure.py?rev=17430&r1=17429&r2=17430&view=diff
==============================================================================
--- trunk/user_functions/structure.py (original)
+++ trunk/user_functions/structure.py Mon Sep  3 13:29:09 2012
@@ -285,7 +285,7 @@
 )
 # Description.
 uf.desc.append(Desc_container())
-uf.desc[-1].add_paragraph("This allows the atomic positions of the spins to 
be extracted from the loaded structures.  This is automatically performed by 
the structure.load_spins() user function, but if the sequence information is 
generated in other ways, this user function allows the structural information 
to be obtained.")
+uf.desc[-1].add_paragraph("This allows the atomic positions of the spins to 
be extracted from the loaded structures.  This is automatically performed by 
the structure.load_spins user function, but if the sequence information is 
generated in other ways, this user function allows the structural information 
to be obtained.")
 uf.desc[-1].add_paragraph("If averaging the atomic positions, then average 
position of all models will be loaded into the spin container.  Otherwise the 
positions from all models will be loaded separately.")
 # Prompt examples.
 uf.desc.append(Desc_container("Prompt examples"))




Related Messages


Powered by MHonArc, Updated Mon Sep 03 14:20:01 2012