Updated for additional phase export.
This commit is contained in:
parent
5a87d0d3b3
commit
2c3ad881f1
@ -8,7 +8,8 @@ Created on Wed Feb 26 12:31:25 2014
|
|||||||
|
|
||||||
import os
|
import os
|
||||||
from pylot.core.loc import nll
|
from pylot.core.loc import nll
|
||||||
from pylot.core.loc import hsat
|
from pylot.core.loc import hyposat
|
||||||
|
from pylot.core.loc import hypo71
|
||||||
from pylot.core.loc import velest
|
from pylot.core.loc import velest
|
||||||
|
|
||||||
|
|
||||||
@ -55,7 +56,7 @@ OUTPUTFORMATS = {'.xml': 'QUAKEML',
|
|||||||
'.cnv': 'CNV',
|
'.cnv': 'CNV',
|
||||||
'.obs': 'NLLOC_OBS'}
|
'.obs': 'NLLOC_OBS'}
|
||||||
|
|
||||||
LOCTOOLS = dict(nll=nll, hsat=hsat, velest=velest)
|
LOCTOOLS = dict(nll=nll, hyposat=hyposat, velest=velest, hypo71=hypo71)
|
||||||
|
|
||||||
COMPPOSITION_MAP = dict(Z=2, N=1, E=0)
|
COMPPOSITION_MAP = dict(Z=2, N=1, E=0)
|
||||||
COMPPOSITION_MAP['1'] = 1
|
COMPPOSITION_MAP['1'] = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user