Enable compare button only if automatic as well as manual picks are available for same stations.

This commit is contained in:
Ludger Küperkoch
2017-08-16 15:32:25 +02:00
parent 5d076511ec
commit 606dc6a596
2 changed files with 7 additions and 2 deletions

View File

@@ -251,7 +251,7 @@ class PDFDictionary(object):
@classmethod
def from_quakeml(self, fn):
return PDFDictionary(fn) # LK TODO: check if stations are available with both automatic and manual picks
return PDFDictionary(fn)
def get_all(self, phase):
rlist = list()