scipp.signal.SOS#

class scipp.signal.SOS(coord, sos)#

Second-order sections representation returned by scipp.signal.butter().

This is used as input to scipp.signal.sosfiltfilt().

__init__(coord, sos)#

Methods

__init__(coord, sos)

filtfilt(obj, dim, **kwargs)

Forwards to scipp.signal.sosfiltfilt() with sos argument set to the SOS instance.

Attributes

coord

sos

filtfilt(obj, dim, **kwargs)#

Forwards to scipp.signal.sosfiltfilt() with sos argument set to the SOS instance.

Return type

DataArray