merge origin/develop into develop
This commit is contained in:
commit
533f7ea353
@ -1431,6 +1431,7 @@ class MainWindow(QMainWindow):
|
|||||||
self.pylot_picks = event.pylot_picks
|
self.pylot_picks = event.pylot_picks
|
||||||
self.drawPicks(picktype='manual')
|
self.drawPicks(picktype='manual')
|
||||||
self.enableSaveManualPicksAction()
|
self.enableSaveManualPicksAction()
|
||||||
|
self.locateEvent.setEnabled(True)
|
||||||
if event.pylot_autopicks:
|
if event.pylot_autopicks:
|
||||||
self.pylot_autopicks = event.pylot_autopicks
|
self.pylot_autopicks = event.pylot_autopicks
|
||||||
self.drawPicks(picktype='auto')
|
self.drawPicks(picktype='auto')
|
||||||
@ -1958,7 +1959,7 @@ class MainWindow(QMainWindow):
|
|||||||
phasefile = os.path.split(os.tempnam())[-1]
|
phasefile = os.path.split(os.tempnam())[-1]
|
||||||
phasepath = os.path.join(locroot, 'obs', phasefile)
|
phasepath = os.path.join(locroot, 'obs', phasefile)
|
||||||
locpath = os.path.join(locroot, 'loc', outfile)
|
locpath = os.path.join(locroot, 'loc', outfile)
|
||||||
lt.export(self.getPicks(), phasepath)
|
lt.export(self.getPicks(), phasepath, self.project.parameter)
|
||||||
lt.modify_inputs(infile, locroot, outfile, phasefile, ttt)
|
lt.modify_inputs(infile, locroot, outfile, phasefile, ttt)
|
||||||
try:
|
try:
|
||||||
lt.locate(infile)
|
lt.locate(infile)
|
||||||
|
@ -1 +0,0 @@
|
|||||||
a61e-dirty
|
|
Loading…
Reference in New Issue
Block a user