get_default_fft_api#
- gwpy.signal.spectral.get_default_fft_api() str[source]#
Return the preferred FFT-API library.
As of gwpy > 0.14.0|1.0.0 this always returns ‘scipy’ This is referenced to set the default methods for
TimeSeriesmethods (amongst others)Examples
>>> get_default_fft_api() 'scipy'