MDE micro_anisotropy

Usage

Run using mc_script MDE micro_anisotropy after installation or using ~ndcn0236/bin/mc_script MDE micro_anisotropy on jalapeno.

Import in python using from mcutils.scripts.MDE import micro_anisotropy

Documentation

Extracts micro-anisotropy from mean signal

Functions

mean_signal(anisotropy, b_delta[, Sbase])

Computes the powder-averaged signal

ratio_LTE_PTE(anisotropy)

Computes the powder-averaged LTE / PTE

ratio_LTE_STE(anisotropy)

Computes the powder-averaged LTE / STE

ratio_PTE_STE(anisotropy)

Computes the powder-averaged PTE / STE

run_single_shell(signal, b_delta[, bvals])

Computes the anisotropy from the mean signal

CLI interface

add_to_parser(parser)

run_from_args(args)