Merge branch 'export-and-save-picks' into develop

This commit is contained in:
2015-07-18 16:13:37 +02:00
3 changed files with 87 additions and 45 deletions

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