number of arguments changed, filenames not necessary for starting
This commit is contained in:
parent
5badf2ba34
commit
4994168247
@ -16,14 +16,11 @@ __version__ = _getVersionString()
|
||||
|
||||
METHOD = {'HOS':HOScf, 'AIC':AICcf}
|
||||
|
||||
def autoPyLoT(fnames, inputfile):
|
||||
def autoPyLoT(inputfile):
|
||||
'''
|
||||
Determine phase onsets automatically utilizing the automatic picking
|
||||
algorithm by Kueperkoch et al. 2011.
|
||||
|
||||
:param fnames: list of strings containing the paths or urls to the
|
||||
waveform data to be picked
|
||||
:type fnames: list
|
||||
:param inputfile: path to the input file containing all parameter
|
||||
information for automatic picking (for formatting details, see.
|
||||
`~pylot.core.read.input.AutoPickParameter`
|
||||
|
Loading…
Reference in New Issue
Block a user