ifft# mrinufft.extras.cartesian.ifft(kspace, dims=3, shape=None)[source]# Compute n-dimensional IFFT along the last dims axes. Parameters: image (NDArray) dims (int, default 3) – Number of dimensions on which the ifft is performed, starting from last. shape (tuple[int, ...], optional) – Output shape, by default same as output. Returns: Fourier Transform of image. Return type: NDArray