mailr22723 - /trunk/specific_analyses/parameter_object.py


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

Header


Content

Posted by edward on April 11, 2014 - 19:31:
Author: bugman
Date: Fri Apr 11 19:31:14 2014
New Revision: 22723

URL: http://svn.gna.org/viewcvs/relax?rev=22723&view=rev
Log:
Spacing fix for one of the diffusion tensor parameter descriptions.


Modified:
    trunk/specific_analyses/parameter_object.py

Modified: trunk/specific_analyses/parameter_object.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/parameter_object.py?rev=22723&r1=22722&r2=22723&view=diff
==============================================================================
--- trunk/specific_analyses/parameter_object.py (original)
+++ trunk/specific_analyses/parameter_object.py Fri Apr 11 19:31:14 2014
@@ -183,7 +183,7 @@
         self._add('Dx', scope='global', default=1.666 * 1e7, units='1e6 
1/s', desc='Eigenvalue associated with the x-axis of the diffusion tensor', 
py_type=float, set='params', conv_factor=1e6, err=True, sim=True)
         self._add('Dy', scope='global', default=1.666 * 1e7, units='1e6 
1/s', desc='Eigenvalue associated with the y-axis of the diffusion tensor', 
py_type=float, set='params', conv_factor=1e6, err=True, sim=True)
         self._add('Dz', scope='global', default=1.666 * 1e7, units='1e6 
1/s', desc='Eigenvalue associated with the z-axis of the diffusion tensor', 
py_type=float, set='params', conv_factor=1e6, err=True, sim=True)
-        self._add('Dpar', scope='global', default=1.666 * 1e7, units='1e6 
1/s', desc='Diffusion coefficient parallel to the major axis of  the spheroid 
diffusion tensor', py_type=float, set='params', conv_factor=1e6, err=True, 
sim=True)
+        self._add('Dpar', scope='global', default=1.666 * 1e7, units='1e6 
1/s', desc='Diffusion coefficient parallel to the major axis of the spheroid 
diffusion tensor', py_type=float, set='params', conv_factor=1e6, err=True, 
sim=True)
         self._add('Dper', scope='global', default=1.666 * 1e7, units='1e6 
1/s', desc='Diffusion coefficient perpendicular to the major axis of the 
spheroid diffusion tensor', py_type=float, set='params', conv_factor=1e6, 
err=True, sim=True)
         self._add('Da', scope='global', default=0.0, units='1e6 1/s', 
desc='Anisotropic component of the diffusion tensor', py_type=float, 
set='params', conv_factor=1e6, err=True, sim=True)
         self._add('Dr', scope='global', default=0.0, desc='Rhombic component 
of the diffusion tensor', py_type=float, set='params', err=True, sim=True)




Related Messages


Powered by MHonArc, Updated Fri Apr 11 20:00:03 2014