sigpy.mri.whiten

sigpy.mri.whiten(ksp, cov)[source]

Whitens k-space measurements.

Parameters:
  • ksp (array) – k-space measurements of shape [num_coils, …]
  • cov (array) – num_coils x num_coils covariance matrix.
Returns:

whitened k-space array.

Return type:

array