We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c7bb1 commit e8a1035Copy full SHA for e8a1035
src/pysmo/aimbat/GUI.py
@@ -379,6 +379,9 @@ def alignButtonClicked(self):
379
self.redrawTimePicks(plt)
380
self.scalePlotXRange(plt)
381
382
+ # Move deselcted seismograms to the bottom
383
+ self.reorderPlots()
384
+
385
def syncButtonClicked(self):
386
hdrini, hdrmed, hdrfin = self.opts.qcpara.ichdrs
387
wh0, wh1 = self.opts.qcpara.twhdrs
@@ -419,6 +422,9 @@ def refineButtonClicked(self):
419
422
420
423
421
424
425
426
427
428
def finalizeButtonClicked(self):
429
self.getWindow(self.opts.mcpara.ipick)
430
tw = self.opts.ccpara.twcorr[1] - self.opts.ccpara.twcorr[0]
0 commit comments