fft# snake.core.engine.utils.fft(image, axis=-1)[source]# Apply the FFT operator. Parameters: image (array) – Image in space. axis (int) – Axis to apply the FFT. Returns: kspace_data – kspace data. Return type: array