Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sigpy/mri/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,9 @@ class EspiritCalib(sp.app.App):
calib (tuple of ints): length-2 image shape.
thresh (float): threshold for the calibration matrix.
kernel_width (int): kernel width for the calibration matrix.
max_power_iter (int): maximum number of power iterations.
max_iter (int): maximum number of power iterations.
device (Device): computing device.
crop (int): cropping threshold.
crop (float): cropping threshold.

Returns:
array: ESPIRiT maps of the same shape as ksp.
Expand Down