Guide
Tutorials
API Documentation
Crop k-space.
Crops all frequencies above or below the specified frequency.
kspace – A Tensor of any shape. The input k-space.
Tensor
trajectory – A Tensor of shape kspace.shape + [N], where N is the number of spatial dimensions.
kspace.shape + [N]
N
cutoff – A float between -pi and pi. The cutoff frequency.
-pi
pi
mode – A str. Must be one of low_pass or high_pass.
low_pass
high_pass
A Tensor. The cropped k-space.