corrected names for the output format to write event information on disk

This commit is contained in:
Sebastian Wehling-Benatelli 2015-07-08 14:57:22 +02:00
parent 173724ee5a
commit 05d38f583f

View File

@ -13,4 +13,6 @@ FILTERDEFAULTS = {'P': {'filtertype': None,
'order': 4,
'freq': [.5, 5]}}
OUTPUTFORMATS = {'QuakeML':'QUAKEML', 'VelEst':'VELEST'}
OUTPUTFORMATS = {'QuakeML':'QUAKEML',
'VelEst':'CNV',
'NonLinLoc':'NLLOC_OBS'}