[bugfix] string changed by accident
This commit is contained in:
parent
389965e573
commit
9c089329f3
@ -4,7 +4,7 @@ Created on Wed Mar 19 11:27:35 2014
|
||||
|
||||
@author: sebastianw
|
||||
"""
|
||||
|
||||
5
|
||||
import os
|
||||
import sys
|
||||
import getpass
|
||||
@ -1565,7 +1565,7 @@ class PickDlg (QDialog):
|
||||
horiz_comp = find_horizontals (data)
|
||||
data = scaleWFData (data, noiselevel * 2.5, horiz_comp)
|
||||
|
||||
x_res = getResolutionWindow (snr, parameter.get ('inp'))
|
||||
x_res = getResolutionWindow (snr, parameter.get ('extent'))
|
||||
|
||||
self.setXLims (tuple ([ini_pick - x_res, ini_pick + x_res]))
|
||||
traces = self.getTraceID (horiz_comp)
|
||||
|
Loading…
Reference in New Issue
Block a user