From 4994168247975b148f4e352557e17ec62cbe6a02 Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Wed, 20 May 2015 09:43:32 +0200 Subject: [PATCH] number of arguments changed, filenames not necessary for starting --- autoPyLoT.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/autoPyLoT.py b/autoPyLoT.py index d10f1853..9177cca1 100755 --- a/autoPyLoT.py +++ b/autoPyLoT.py @@ -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`