[change] made parameter 'extent' optional since it was never meant to be mandatory before
This commit is contained in:
parent
55810b9926
commit
2c2eca37e3
@ -488,7 +488,7 @@ def getsignalwin(t, t1, tsignal):
|
||||
return isignal
|
||||
|
||||
|
||||
def getResolutionWindow(snr, extent):
|
||||
def getResolutionWindow(snr, extent='local'):
|
||||
"""
|
||||
Number -> Float
|
||||
produce the half of the time resolution window width from given SNR
|
||||
|
Loading…
x
Reference in New Issue
Block a user