mailRe: [bug #7224] Test Suite Check: Angles.py


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

Header


Content

Posted by Edward d'Auvergne on September 30, 2006 - 09:35:
relax> diffusion_tensor.init(run='spheroid', params=(16980000.0, 14170000.0,
67.174000000000007, -83.718000000000004), time_scale=1.0, d_scale=1.0,
angle_units='deg', param_types=0, spheroid_type=None, fixed=1)
RelaxError: The tm value of 16980000.0 should be between zero and one
microsecond.

The default param_types for diffusion_tensor.init is (tm, Da, theta, phe),
so I change that line to:

diffusion_tensor.init(name, (1.698e7, 1.417e7, 67.174, -83.718),
param_types=3)
-- the first two look like D// and Dperp to me

Good pickup, the values are Dpar and Dper. The angles.py sample script has not been updated since the 1.0 relax versions. Since those versions the default value of the 'param_types' argument of the user function 'diffusion_tensor.init()' has changed. I'll fix this problem in the sample script and then get onto the rest of the bug.

Edward



Related Messages


Powered by MHonArc, Updated Sat Sep 30 12:20:44 2006