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,
|
'order': 4,
|
||||||
'freq': [.5, 5]}}
|
'freq': [.5, 5]}}
|
||||||
|
|
||||||
OUTPUTFORMATS = {'QuakeML':'QUAKEML',
|
OUTPUTFORMATS = {'.xml':'QUAKEML',
|
||||||
'VelEst':'CNV',
|
'.cnv':'CNV',
|
||||||
'NonLinLoc':'NLLOC_OBS'}
|
'.obs':'NLLOC_OBS'}
|
||||||
|
Loading…
Reference in New Issue
Block a user