mailr21546 - /branches/relax_disp/user_functions/relax_disp.py


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

Header


Content

Posted by edward on November 20, 2013 - 16:08:
Author: bugman
Date: Wed Nov 20 16:08:39 2013
New Revision: 21546

URL: http://svn.gna.org/viewcvs/relax?rev=21546&view=rev
Log:
Modified the relax_disp.select_model user function CR72 model descriptions.

Instead of saying all time scales, the 'CR72', 'CR72 full', and 'MQ CR72' 
model descriptions instead
now say most time scales.


Modified:
    branches/relax_disp/user_functions/relax_disp.py

Modified: branches/relax_disp/user_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/user_functions/relax_disp.py?rev=21546&r1=21545&r2=21546&view=diff
==============================================================================
--- branches/relax_disp/user_functions/relax_disp.py (original)
+++ branches/relax_disp/user_functions/relax_disp.py Wed Nov 20 16:08:39 2013
@@ -827,8 +827,8 @@
 uf.desc[-1].add_paragraph("The currently supported analytic models are:")
 uf.desc[-1].add_item_list_element("'%s'" % MODEL_LM63, "The original Luz and 
Meiboom (1963) 2-site fast exchange equation with parameters {R20, ..., 
phi_ex, kex},")
 uf.desc[-1].add_item_list_element("'%s'" % MODEL_LM63_3SITE, "The original 
Luz and Meiboom (1963) 3-site fast exchange equation with parameters {R20, 
..., phi_ex, kex, phi_ex2, kex2},")
-uf.desc[-1].add_item_list_element("'%s'" % MODEL_CR72, "The reduced Carver 
and Richards (1972) 2-site equation for all time scales whereby the 
simplification R20A = R20B is assumed.  The parameters are {R20, ..., pA, dw, 
kex},")
-uf.desc[-1].add_item_list_element("'%s'" % MODEL_CR72_FULL, "The full Carver 
and Richards (1972) 2-site equation for all time scales with parameters 
{R20A, R20B, ..., pA, dw, kex},")
+uf.desc[-1].add_item_list_element("'%s'" % MODEL_CR72, "The reduced Carver 
and Richards (1972) 2-site equation for most time scales whereby the 
simplification R20A = R20B is assumed.  The parameters are {R20, ..., pA, dw, 
kex},")
+uf.desc[-1].add_item_list_element("'%s'" % MODEL_CR72_FULL, "The full Carver 
and Richards (1972) 2-site equation for most time scales with parameters 
{R20A, R20B, ..., pA, dw, kex},")
 uf.desc[-1].add_item_list_element("'%s'" % MODEL_IT99, "The Ishima and 
Torchia (1999) 2-site model for all time scales with pA >> pB and with 
parameters {R20, ..., pA, dw, kex},")
 uf.desc[-1].add_item_list_element("'%s'" % MODEL_TSMFK01, "The Tollinger, 
Kay et al. (2001) 2-site very-slow exchange model, range of microsecond to 
second time scale.  Applicable in the limit of slow exchange, when 
|R20A-R20B| << k_AB,kB << 1/tau_CP.  R20A is the transverse relaxation rate 
of site A in the absence of exchange.  2*tau_CP is is the time between 
successive 180 deg. pulses.  The parameters are {R20A, ..., dw, k_AB}.")
 uf.desc[-1].add_paragraph("The currently supported numeric models are:")
@@ -851,7 +851,7 @@
 # MQ CPMG-type data.
 uf.desc.append(Desc_container('The MQ CPMG-type experiments'))
 uf.desc[-1].add_paragraph("The currently supported models are:")
-uf.desc[-1].add_item_list_element("'%s'" % MODEL_MQ_CR72, "The the Carver 
and Richards (1972) 2-site model for all time scales expanded for MQ CPMG 
data by Korzhnev et al., 2004, whereby the simplification R20A = R20B is 
assumed.  Its parameters are {R20, ..., pA, dw, dwH, kex}.")
+uf.desc[-1].add_item_list_element("'%s'" % MODEL_MQ_CR72, "The the Carver 
and Richards (1972) 2-site model for most time scales expanded for MQ CPMG 
data by Korzhnev et al., 2004, whereby the simplification R20A = R20B is 
assumed.  Its parameters are {R20, ..., pA, dw, dwH, kex}.")
 uf.desc[-1].add_item_list_element("'%s'" % MODEL_MMQ_2SITE, "The numerical 
solution for the 2-site Bloch-McConnell equations for combined 
proton-heteronuclear SQ, ZQ, DQ, and MQ CPMG data whereby the simplification 
R20A = R20B is assumed.  Its parameters are {R20, ..., pA, dw, dwH, kex}.")
 # Prompt examples.
 uf.desc.append(Desc_container("Prompt examples"))




Related Messages


Powered by MHonArc, Updated Wed Nov 20 16:20:02 2013