[bugfix] typo in variable name
This commit is contained in:
parent
227112cbac
commit
3869922378
@ -357,7 +357,7 @@ def getSNR(X, TSNR, t1, tracenum=0):
|
||||
assert isinstance(X, Stream), "%s is not a stream object" % str(X)
|
||||
|
||||
SNR = None
|
||||
SNRdb = None
|
||||
SNRdB = None
|
||||
noiselevel = None
|
||||
|
||||
x = X[tracenum].data
|
||||
|
Loading…
Reference in New Issue
Block a user