SimulatedShell ============== .. code-block :: python from mcot.dippi.scan import SimulatedShell .. currentmodule:: mcot.dippi.scan .. autoclass:: SimulatedShell .. automethod:: __init__ .. rubric:: Inheritance diagram .. inheritance-diagram:: mcot.dippi.scan.SimulatedShell .. rubric:: Methods .. autosummary:: ~SimulatedShell.from_dict ~SimulatedShell.from_json ~SimulatedShell.schema ~SimulatedShell.spherical_harmonics ~SimulatedShell.to_dict ~SimulatedShell.to_json .. rubric:: Attributes .. autosummary:: ~SimulatedShell.TE1 ~SimulatedShell.TE2 ~SimulatedShell.b0_dir ~SimulatedShell.b0_group ~SimulatedShell.bval ~SimulatedShell.dataclass_json_config ~SimulatedShell.dual_echo ~SimulatedShell.encoding ~SimulatedShell.gradients ~SimulatedShell.ndim ~SimulatedShell.ndim_in ~SimulatedShell.ngradients ~SimulatedShell.ngradients_in ~SimulatedShell.readout1 ~SimulatedShell.readout2 ~SimulatedShell.refocus1 ~SimulatedShell.refocus2 ~SimulatedShell.t_diff1 ~SimulatedShell.t_diff2 ~SimulatedShell.t_phase ~SimulatedShell.theta_b0 ~SimulatedShell.time_done from\_dict ---------- .. automethod:: SimulatedShell.from_dict from\_json ---------- .. automethod:: SimulatedShell.from_json schema ------ .. automethod:: SimulatedShell.schema spherical\_harmonics -------------------- .. automethod:: SimulatedShell.spherical_harmonics to\_dict -------- .. automethod:: SimulatedShell.to_dict to\_json -------- .. automethod:: SimulatedShell.to_json