Thanks for making that docstring change. Cheers,
Edward On Feb 8, 2008 7:34 PM, <[EMAIL PROTECTED]> wrote: > Author: semor > Date: Fri Feb 8 19:34:17 2008 > New Revision: 4940 > > URL: http://svn.gna.org/viewcvs/relax?rev=4940&view=rev > Log: > Merged revisions 4939 via svnmerge from > svn+ssh://[EMAIL PROTECTED]/svn/relax/1.3 > > ........ > r4939 | semor | 2008-02-08 13:24:56 -0500 (Fri, 08 Feb 2008) | 9 lines > > Corrected a few errors in the manual concerning the diffusion_tensor.init() > function. > > Some wrong 'param_types' were given in the examples. > > This was pointed in a post by Sebastien morin at: > https://mail.gna.org/public/relax-devel/2008-02/msg00004.html (Message-id: > <[EMAIL PROTECTED]>) > ........ > > Modified: > 1.2/ (props changed) > 1.2/prompt/diffusion_tensor.py > > Propchange: 1.2/ > ------------------------------------------------------------------------------ > --- svnmerge-integrated (original) > +++ svnmerge-integrated Fri Feb 8 19:34:17 2008 > @@ -1,1 +1,1 @@ > -/1.3:1-2505,2941,2947,2950,2974,2976,2979,2984,2988,3076,3083-3084,3087,3117,3299,3309,3312,3314,3318,3345,3372,4145,4473,4476 > +/1.3:1-2505,2941,2947,2950,2974,2976,2979,2984,2988,3076,3083-3084,3087,3117,3299,3309,3312,3314,3318,3345,3372,4145,4473,4476,4939 > > Modified: 1.2/prompt/diffusion_tensor.py > URL: > http://svn.gna.org/viewcvs/relax/1.2/prompt/diffusion_tensor.py?rev=4940&r1=4939&r2=4940&view=diff > ============================================================================== > --- 1.2/prompt/diffusion_tensor.py (original) > +++ 1.2/prompt/diffusion_tensor.py Fri Feb 8 19:34:17 2008 > @@ -367,24 +367,24 @@ > To select axially symmetric diffusion with a tm value of 8.5 ns, > Dratio of 1.1, theta value > of 20 degrees, and phi value of 20 degrees, and assign it to the run > 'm8', type: > > - relax> diffusion_tensor('m8', (8.5e-9, 1.1, 20.0, 20.0), > param_types=1) > + relax> diffusion_tensor('m8', (8.5e-9, 1.1, 20.0, 20.0), > param_types=2) > > > To select a spheroid diffusion tensor with a Dpar value of 1.698e7, > Dper value of 1.417e7, > theta value of 67.174 degrees, and phi value of -83.718 degrees, and > assign it to the run > 'spheroid', type one of: > > - relax> diffusion_tensor('spheroid', (1.698e7, 1.417e7, 67.174, > -83.718), param_types=1) > + relax> diffusion_tensor('spheroid', (1.698e7, 1.417e7, 67.174, > -83.718), param_types=3) > relax> diffusion_tensor(run='spheroid', params=(1.698e7, 1.417e7, > 67.174, -83.718), > - param_types=1) > - relax> diffusion_tensor('spheroid', (1.698e-1, 1.417e-1, 67.174, > -83.718), param_types=1, > + param_types=3) > + relax> diffusion_tensor('spheroid', (1.698e-1, 1.417e-1, 67.174, > -83.718), param_types=3, > d_scale=1e8) > relax> diffusion_tensor(run='spheroid', params=(1.698e-1, 1.417e-1, > 67.174, -83.718), > - param_types=1, d_scale=1e8) > - relax> diffusion_tensor('spheroid', (1.698e-1, 1.417e-1, 1.1724, > -1.4612), param_types=1, > + param_types=3, d_scale=1e8) > + relax> diffusion_tensor('spheroid', (1.698e-1, 1.417e-1, 1.1724, > -1.4612), param_types=3, > d_scale=1e8, angle_units='rad') > relax> diffusion_tensor(run='spheroid', params=(1.698e-1, 1.417e-1, > 1.1724, -1.4612), > - param_types=1, d_scale=1e8, > angle_units='rad', fixed=1) > + param_types=3, d_scale=1e8, > angle_units='rad', fixed=1) > > > To select ellipsoidal diffusion, type: > > > _______________________________________________ > relax (http://nmr-relax.com) > > This is the relax-commits mailing list > [EMAIL PROTECTED] > > To unsubscribe from this list, get a password > reminder, or change your subscription options, > visit the list information page at > https://mail.gna.org/listinfo/relax-commits > _______________________________________________ relax (http://nmr-relax.com) This is the relax-devel mailing list [email protected] To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-devel

