shxarray.kernels.factory#
- shxarray.kernels.factory.getSHfilter(filtername, nmax, **kwargs)#
Retrieve the (aniso) tropic kernel for known SH filters :param filtername: e.g. Gauss200 for a Gaussian filter with a halfwidth of 200 km, DDK5 for a DDK filter with sharpness 5 :type filtername: str :param nmax: maximum degree of the filter to accomodate :type nmax: int :param **kwargs: additional keyword arguments to pass to the filter :type **kwargs: dict
- Return type:
A kernel filter operator