katcbf_vlbi_resample.xrsig module
Wrap various scipy signal processing functions for use with xarray.
- katcbf_vlbi_resample.xrsig.convolve1d(in1: DataArray, in2: DataArray, dim: Hashable, mode: str = 'full', method: str = 'auto') DataArray
Wrap
scipy.signal.convolve()forxarray.DataArray.It always performs 1D convolution, using the dim argument to select the axis over which to convolve.