deepmr.bloch.susceptibility#
- deepmr.bloch.susceptibility(signal, time, z)[source]#
Apply static susceptibility effects (bulk decay and dephasing).
- Parameters:
signal (torch.Tensor) – Net observable magnetization.
time (torch.Tensor) – Effective phase for signal demodulation.
torch.Tensor (z) – Complex field
R2* + 1j $\Delta$ B0
.
- Returns:
signal – Damped and dephased net observable magnetization.
- Return type: