Enabled writing for FOCMEC output.

This commit is contained in:
2020-07-23 16:51:05 +02:00
parent 003ba76650
commit c7d8569105
4 changed files with 25 additions and 7 deletions
+2 -1
View File
@@ -36,6 +36,7 @@ TIMEERROR_DEFAULTS = os.path.join(os.path.expanduser('~'),
OUTPUTFORMATS = {'.xml': 'QUAKEML',
'.cnv': 'CNV',
'.obs': 'NLLOC_OBS'}
'.obs': 'NLLOC_OBS',
'.focmec': 'FOCMEC'}
LOCTOOLS = dict(nll=nll, hyposat=hyposat, velest=velest, hypo71=hypo71, hypodd=hypodd)