OUTPUTFORMATS in defaults defined; manage available formats just from here

This commit is contained in:
2014-12-17 06:37:36 +01:00
parent 8213cdc575
commit 3fe1e3906e
3 changed files with 11 additions and 3 deletions
+2
View File
@@ -12,3 +12,5 @@ FILTERDEFAULTS = {'P': {'filtertype': None,
'S': {'filtertype': 'bandpass',
'order': '4',
'freq': [.5, 5]}}
OUTPUTFORMATS = {'QuakeML':'QUAKEML', 'VelEst':'VELEST'}