I am not able to access the fft function using the following procedure
import xscale
and then try to access xscale.spectral.fft
However if I import xscale.spectral.fft as sfft, then I am able access the functions inside the fft file.
Is there a specific reason you are working this way? or maybe the init files are broken?
I am not able to access the fft function using the following procedure
import xscaleand then try to access
xscale.spectral.fftHowever if I
import xscale.spectral.fft as sfft, then I am able access the functions inside the fft file.Is there a specific reason you are working this way? or maybe the init files are broken?