[bugfix] one filter parameter was type string and caused problems when parsing the parameters to the filter function of an obspy object
This commit is contained in:
parent
7ec28664b4
commit
7635f790fd
@ -10,7 +10,7 @@ FILTERDEFAULTS = {'P': {'filtertype': None,
|
||||
'order': None,
|
||||
'freq': None},
|
||||
'S': {'filtertype': 'bandpass',
|
||||
'order': '4',
|
||||
'order': 4,
|
||||
'freq': [.5, 5]}}
|
||||
|
||||
OUTPUTFORMATS = {'QuakeML':'QUAKEML', 'VelEst':'VELEST'}
|
||||
OUTPUTFORMATS = {'QuakeML':'QUAKEML', 'VelEst':'VELEST'}
|
||||
|
Loading…
Reference in New Issue
Block a user