ifft# snake.toolkit.reconstructors.fourier.ifft(kspace_data, axis=-1)[source]# Apply the inverse FFT operator. Parameters: kspace_data (array) – Image in space. axis (int) – Axis to apply the FFT. Returns: image_data – image data. Return type: array