pysteps.cascade.interface.get_method

pysteps.cascade.interface.get_method(name)

Return a callable function for the bandpass filter or decomposition method corresponding to the given name.

Filter methods:

Name Description
gaussian implementation of a bandpass filter using Gaussian weights
uniform implementation of a filter where all weights are set to one

Decomposition methods:

Name Description
fft decomposition based on Fast Fourier Transform (FFT) and a bandpass filter