    mag = vtkImageMagnitude()
    mag.SetInputConnection(fft.GetOutputPort())

    center = vtkImageFourierCenter()
    center.SetInputConnection(mag.GetOutputPort())

