bartorch.tools.ecaltwo#
- bartorch.tools.ecaltwo(x, y, z, input, *, c=None, m=None, S=False, O=False, g=False, **extra)#
Second part of ESPIRiT calibration. Optionally outputs the eigenvalue maps.
Runs
bart ecaltwo.- Parameters:
x (int) – Positional long.
y (int) – Positional long.
z (int) – Positional long.
input (torch.Tensor) – Input array.
c (float | None) – Crop the sensitivities if the eigenvalue is smaller than {crop_value}. (
-c)m (int | None) – Number of maps to compute. (
-m)S (bool) – Create maps with smooth transitions (Soft-SENSE). (
-S)O (bool) – () (
-O)g (bool) – () (
-g)**extra (Any) – Further BART flags, passed through by name.
- Returns:
sensitivities, ev-maps
- Return type:
tuple of torch.Tensor