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:
parent
2115864d5c
commit
17933c75f0
@ -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'}
|
||||
|
Loading…
Reference in New Issue
Block a user