reversed polarity in picking mode
This commit is contained in:
parent
463535f01a
commit
4b641f1b3c
@ -1 +1 @@
|
|||||||
043c-dirty
|
4635-dirty
|
||||||
|
@ -478,7 +478,7 @@ class PickDlg(QDialog):
|
|||||||
x_res /= 2
|
x_res /= 2
|
||||||
|
|
||||||
zoomx = [ini_pick - x_res, ini_pick + x_res]
|
zoomx = [ini_pick - x_res, ini_pick + x_res]
|
||||||
zoomy = [noiselevel * 1.5, -noiselevel * 1.5]
|
zoomy = [-noiselevel * 1.5, noiselevel * 1.5]
|
||||||
self.getPlotWidget().plotWFData(wfdata=wfdata,
|
self.getPlotWidget().plotWFData(wfdata=wfdata,
|
||||||
title=self.getStation() +
|
title=self.getStation() +
|
||||||
' picking mode',
|
' picking mode',
|
||||||
|
Loading…
Reference in New Issue
Block a user