[fixes #172] now also in overview all horizontals are plotted
This commit is contained in:
@@ -47,6 +47,9 @@ OUTPUTFORMATS = {'.xml':'QUAKEML',
|
||||
|
||||
LOCTOOLS = dict(nll = nll, hsat = hsat, velest = velest)
|
||||
|
||||
COMPONENTS_MAPPING = dict(Z = 2, N = 1, E = 0)
|
||||
COMPONENTS_MAPPING['1'] = 1
|
||||
COMPONENTS_MAPPING['2'] = 0
|
||||
COMPPOSITION_MAP = dict(Z = 2, N = 1, E = 0)
|
||||
COMPPOSITION_MAP['1'] = 1
|
||||
COMPPOSITION_MAP['2'] = 0
|
||||
COMPPOSITION_MAP['3'] = 2
|
||||
|
||||
COMPNAME_MAP = dict(Z = '3', N = '1', E = '2')
|
||||
|
||||
Reference in New Issue
Block a user