189 Channels shown in wrong order.

This commit is contained in:
2016-03-18 15:35:12 +01:00
parent 15080f1699
commit b8d680f54f
4 changed files with 15 additions and 5 deletions
+4
View File
@@ -46,3 +46,7 @@ OUTPUTFORMATS = {'.xml':'QUAKEML',
'.obs':'NLLOC_OBS'}
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