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'}