fixed usage of keyword arguments;
This commit is contained in:
parent
e659e13a0e
commit
e7507a325f
@ -134,7 +134,8 @@ class AutoPickParameter(object):
|
|||||||
|
|
||||||
class FilterOptions(object):
|
class FilterOptions(object):
|
||||||
|
|
||||||
def __init__(self, filtertype='bandpass', freq=[2., 5.], order=3):
|
def __init__(self, filtertype='bandpass', freq=[2., 5.], order=3,
|
||||||
|
**kwargs):
|
||||||
self.__filterInformation = {}
|
self.__filterInformation = {}
|
||||||
self._setFilterType(filtertype)
|
self._setFilterType(filtertype)
|
||||||
self._setFreq(freq)
|
self._setFreq(freq)
|
||||||
|
Loading…
Reference in New Issue
Block a user