bartorch.tools.itsense#
- bartorch.tools.itsense(alpha, sensitivities, kspace, pattern, **extra)#
A simplified implementation of iterative sense reconstruction with l2-regularization.
Runs
bart itsense.- Parameters:
alpha (float) – Positional float.
sensitivities (torch.Tensor) – Input array.
kspace (torch.Tensor) – Input array.
pattern (torch.Tensor) – Input array.
**extra (Any) – Further BART flags, passed through by name.
- Returns:
output
- Return type:
torch.Tensor