started implementation of NLLoc properties selection into manualPyLoT; new utility routine to find indices throughout QComboBox' items

This commit is contained in:
2015-11-20 09:06:52 +01:00
parent 82089a6490
commit 386131e9f3
4 changed files with 40 additions and 7 deletions
+5
View File
@@ -7,6 +7,9 @@ Created on Wed Feb 26 12:31:25 2014
"""
import os
from pylot.core.loc import nll
from pylot.core.loc import hsat
from pylot.core.loc import velest
def readFilterInformation(fname):
def convert2FreqRange(*args):
@@ -41,3 +44,5 @@ FILTERDEFAULTS = readFilterInformation(os.path.join(os.path.expanduser('~'),
OUTPUTFORMATS = {'.xml':'QUAKEML',
'.cnv':'CNV',
'.obs':'NLLOC_OBS'}
LOCTOOLS = dict(nll = nll, hsat = hsat, velest = velest)