diff --git a/pylot/core/pick/autopick.py b/pylot/core/pick/autopick.py index 6813e851..246f7072 100644 --- a/pylot/core/pick/autopick.py +++ b/pylot/core/pick/autopick.py @@ -236,7 +236,7 @@ class PickingFailedException(Exception): class AutopickStation(object): - def __init__(self, wfstream, pickparam, verbose, iplot, fig_dict, metadata, origin): + def __init__(self, wfstream, pickparam, verbose, iplot=0, fig_dict=None, metadata=None, origin=None): """ :param wfstream: stream object containing waveform of all traces :type wfstream: ~obspy.core.stream.Stream