ObservedShell ============= .. code-block :: python from mcot.dippi.scan import ObservedShell .. currentmodule:: mcot.dippi.scan .. autoclass:: ObservedShell .. automethod:: __init__ .. rubric:: Inheritance diagram .. inheritance-diagram:: mcot.dippi.scan.ObservedShell .. rubric:: Methods .. autosummary:: ~ObservedShell.from_dict ~ObservedShell.from_json ~ObservedShell.schema ~ObservedShell.spherical_harmonics ~ObservedShell.to_dict ~ObservedShell.to_json .. rubric:: Attributes .. autosummary:: ~ObservedShell.TE1 ~ObservedShell.TE2 ~ObservedShell.b0_dir ~ObservedShell.b0_group ~ObservedShell.bval ~ObservedShell.dataclass_json_config ~ObservedShell.dual_echo ~ObservedShell.ngradients ~ObservedShell.readout1 ~ObservedShell.readout2 ~ObservedShell.t_phase from\_dict ---------- .. automethod:: ObservedShell.from_dict from\_json ---------- .. automethod:: ObservedShell.from_json schema ------ .. automethod:: ObservedShell.schema spherical\_harmonics -------------------- .. automethod:: ObservedShell.spherical_harmonics to\_dict -------- .. automethod:: ObservedShell.to_dict to\_json -------- .. automethod:: ObservedShell.to_json