From 777941b66968dab5b62189c07325da08ae6e0ce9 Mon Sep 17 00:00:00 2001 From: Sebastianw Wehling-Benatelli Date: Wed, 21 Sep 2016 10:13:25 +0200 Subject: [PATCH] [fix] corrected docstring for new signature --- pylot/core/analysis/magnitude.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pylot/core/analysis/magnitude.py b/pylot/core/analysis/magnitude.py index ad54b138..dc894f67 100644 --- a/pylot/core/analysis/magnitude.py +++ b/pylot/core/analysis/magnitude.py @@ -321,8 +321,9 @@ def calcsourcespec(wfstream, onset, metadata, vp, delta, azimuth, incidence, :param: onset, P-phase onset time :type: float - :param: inventory, path/name of inventory or dataless-SEED file - :type: string + :param: metadata, tuple or list containing type of inventory and either + list of files or inventory object + :type: tuple or list :param: vp, Vp-wave velocity :type: float