file format for exporting event data is controlled by the extension used; this behavior is more convenient for a GUI driven file selection

This commit is contained in:
Sebastian Wehling-Benatelli 2015-07-18 15:59:42 +02:00
parent 2115864d5c
commit 17933c75f0

View File

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