bugfix: earliest and latest pp not changed when repicking manually
This commit is contained in:
parent
5083c5a876
commit
cdf924e8c2
@ -616,6 +616,8 @@ class SeismicShot(object):
|
|||||||
|
|
||||||
def onclick(event):
|
def onclick(event):
|
||||||
self.setPick(traceID, event.xdata)
|
self.setPick(traceID, event.xdata)
|
||||||
|
if self.getSNR(traceID)[0] > 1:
|
||||||
|
self.setEarllatepick(traceID)
|
||||||
self._drawStream(traceID, refresh = True)
|
self._drawStream(traceID, refresh = True)
|
||||||
self._drawCFs(traceID, folm, refresh = True)
|
self._drawCFs(traceID, folm, refresh = True)
|
||||||
fig.canvas.mpl_disconnect(self.traces4plot[traceID]['cid'])
|
fig.canvas.mpl_disconnect(self.traces4plot[traceID]['cid'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user