MDE fit_dispersion¶
Usage
Run using mc_script MDE fit_dispersion after installation or using ~ndcn0236/bin/mc_script MDE fit_dispersion on jalapeno.
Import in python using from mcutils.scripts.MDE import fit_dispersion
Documentation
Fit dispersing zeppelin model (single Bingham)
Functions
|
Returns the Euler angles based on DTI data |
|
Returns the Bingham matrix after rotation |
|
Cleans the parameters |
|
Computes the error between the predicted and observed signal attenuations |
|
Computes the log(p) of the Non-central-chi fit to the data |
|
Converts parameters for one or more b-shells into a signal |
|
Fits the dispersing zeppelin model to the observed signal attenuation |
|
Returns the signal for dispersing sticks |
|
Ensures that the dispersion along axis 2 is greater than across axis 1 |
|
Converts 4/5 parameters into a signal |
CLI interface
|
Creates the parser of the command line arguments |
|
Runs the script based on a Namespace containing the command line arguments |
Classes
|