This documentation is for CAPS version 0.0.1

If you use the software, please do not esitate to Report a Bug.

caps.diffusion_estimation.tensor_scalars.SecondOrderScalarParameters

SecondOrderScalarParameters

class caps.diffusion_estimation.tensor_scalars.SecondOrderScalarParameters[source]

Compute the Fractional Anisotropy [R3] (FA), Mean Diffusivity (MD) and the Westion Shapes coefficients [R3] (cl, cp, cs) of a second order tensor.

[+show/hide second order tensor scalars]

References

[R3](1, 2) C. Westin, S. Maier, H. Mamata, A. Nabavi, F. Jolesz and R. Kikinis : Processing and visualization of diffusion tensor MRI. Medical Image Analysis, 6(2):93-108, 2002.

Inputs

[Mandatory]

eigenvalues_file: a file name (mandatory)
a second order tensor eigen values

[Optional]

cl_basename: a string (optional)
the basename of the output linearity coefficients file
cp_basename: a string (optional)
the basename of the output planarity coefficients file
cs_basename: a string (optional)
the basename of the output sphericity coefficients file
fa_basename: a string (optional)
the basename of the output fa file
md_basename: a string (optional)
the basename of the output md file
output_directory: a directory name (optional)
the output directory where the tensor scalars will be written

Outputs

fractional_anisotropy_file: a file name
the name of the output fa file
linearity_file: a file name
the name of the fie that contains the linerity coefficients
mean_diffusivity_file: a file name
the name of the output md file
planarity_file: a file name
the name of the fie that contains the planarity coefficients
sphericity_file: a file name
the name of the fie that contains the sphericity coefficients