ShellParams¶
from mcot.dippi.model import ShellParams
- class mcot.dippi.model.ShellParams(all_params: mcot.dippi.model.Parameters, idx_fibre, idx_shell)[source]¶
Dictionary-like object to read/write parameters for a single shell of diffusion-weighted phase data
- __init__(all_params: mcot.dippi.model.Parameters, idx_fibre, idx_shell)[source]¶
Creates interface to parameters for given shell and fibre population
- Parameters
all_params – object with all parameters across shells and fibre populations
idx_fibre – index of fibre population
idx_shell – index of shell
Inheritance diagram
digraph inheritancedfbb5ca241 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "mcot.dippi.model.ShellParams" [URL="#mcot.dippi.model.ShellParams",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Dictionary-like object to read/write parameters for a single shell of diffusion-weighted phase data"]; }Methods
items
()