Added output for hypoDD.

This commit is contained in:
2020-07-28 13:08:25 +02:00
parent 1f6a44eeef
commit df6a6c1c71
5 changed files with 35 additions and 14 deletions
+2 -1
View File
@@ -37,6 +37,7 @@ TIMEERROR_DEFAULTS = os.path.join(os.path.expanduser('~'),
OUTPUTFORMATS = {'.xml': 'QUAKEML',
'.cnv': 'CNV',
'.obs': 'NLLOC_OBS',
'.focmec': 'FOCMEC'}
'.focmec': 'FOCMEC',
'.pha': 'HYPODD'}
LOCTOOLS = dict(nll=nll, hyposat=hyposat, velest=velest, hypo71=hypo71, hypodd=hypodd)