diff --git a/pylot/core/util/defaults.py b/pylot/core/util/defaults.py index 1fde1c3a..b2bf2a6d 100644 --- a/pylot/core/util/defaults.py +++ b/pylot/core/util/defaults.py @@ -13,6 +13,6 @@ FILTERDEFAULTS = {'P': {'filtertype': None, 'order': 4, 'freq': [.5, 5]}} -OUTPUTFORMATS = {'QuakeML':'QUAKEML', - 'VelEst':'CNV', - 'NonLinLoc':'NLLOC_OBS'} +OUTPUTFORMATS = {'.xml':'QUAKEML', + '.cnv':'CNV', + '.obs':'NLLOC_OBS'}