bartorch.tools.sake

Contents

bartorch.tools.sake#

bartorch.tools.sake(kspace, *, i=None, s=None, o=None, **extra)#

Use SAKE algorithm to recover a full k-space from undersampled data using low-rank matrix completion.

Runs bart sake.

Parameters:
  • kspace (torch.Tensor) – Input array.

  • i (int | None) – number of iterations (-i)

  • s (float | None) – rel. size of the signal subspace (-s)

  • o (float | None) – () (-o)

  • **extra (Any) – Further BART flags, passed through by name.

Returns:

output

Return type:

torch.Tensor