backend.filter

class backend.filter.Filter(**kwargs)
excluded_params = ['buffer_size', 'h_lp', 'h_n', 'h']
__init__(**kwargs)

Initialize self. See help(type(self)) for accurate signature.

update_from_params(params: dict)

Update this object’s attributes using the params dict. Any attributes in the excluded_params list will not be updated

filter(data, baseline=True, lp=True, notch=True, timing_history=None)