further development on the reassessment routines for PILOT data

This commit is contained in:
2016-05-03 08:46:13 +02:00
parent ec42e1bd15
commit 210d39882d
9 changed files with 208 additions and 150 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ import matplotlib.pyplot as plt
from obspy import read_events
from pylot.core.io.phases import picks_from_evt
from pylot.core.io.phases import picks_to_dict
from pylot.core.util.pdf import ProbabilityDensityFunction
from pylot.core.util.version import get_git_version as _getVersionString
@@ -227,7 +227,7 @@ class PDFDictionary(object):
if len(cat) > 1:
raise NotImplementedError('reading more than one event at the same '
'time is not implemented yet! Sorry!')
return PDFDictionary(picks_from_evt(cat[0]))
return PDFDictionary(picks_to_dict(cat[0]))
def pdf_data(self, type='exp'):
"""