mr2.operators.models.BMC.MTSaturation

class mr2.operators.models.BMC.MTSaturation[source]

Bases: ABC, TensorAttributeMixin

Base class for MT lineshape models.

__init__(pool_index: int, t2: Tensor) None[source]

Initialize the MT saturation model.

pool_index: int

Index of the MT pool in the pool dimension.

t2: Tensor

Transverse relaxation time in seconds.

abstract __call__(delta_omega: Tensor) Tensor[source]

Evaluate (G(Delta)) [s].