From 05d38f583f8743ba8ecb88aad5bc9154ce14c9fe Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Wed, 8 Jul 2015 14:57:22 +0200 Subject: [PATCH] corrected names for the output format to write event information on disk --- pylot/core/util/defaults.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pylot/core/util/defaults.py b/pylot/core/util/defaults.py index df4fe5f7..1fde1c3a 100644 --- a/pylot/core/util/defaults.py +++ b/pylot/core/util/defaults.py @@ -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'}