MultiShell

from mcot.dippi.scan import MultiShell
class mcot.dippi.scan.MultiShell(shells: Sequence[Union[mcot.dippi.scan.ObservedShell, mcot.dippi.scan.SimulatedShell]], group_by=('bval', 'b0_group', 't_phase'))[source]
__init__(shells: Sequence[Union[mcot.dippi.scan.ObservedShell, mcot.dippi.scan.SimulatedShell]], group_by=('bval', 'b0_group', 't_phase'))[source]

Represents multiple shells acquired in the same scan

Parameters

shells – individual shells scanned

Inheritance diagram

Inheritance diagram of mcot.dippi.scan.MultiShell

Methods

enumerated()

from_json(text, **kwargs)

from_list(a_list)

to_json(**kwargs)

to_list()

Attributes

coords

coords1d

enumerated

MultiShell.enumerated()[source]

from_json

classmethod MultiShell.from_json(text, **kwargs)[source]

from_list

classmethod MultiShell.from_list(a_list)[source]

to_json

MultiShell.to_json(**kwargs)[source]

to_list

MultiShell.to_list()[source]