[add] docstrings in pylot/core/loc

This commit is contained in:
Darius Arnold
2017-11-13 11:45:25 +01:00
parent 6aacd2dd55
commit 983e4c25a3
7 changed files with 30 additions and 30 deletions

View File

@@ -18,11 +18,11 @@ def export(picks, fnout, eventinfo, parameter=None):
:param fnout: complete path to the exporting obs file
:type fnout: str
:param: eventinfo, source time needed for VELEST-cnv format
:type: list object
:param eventinfo: source time needed for VELEST-cnv format
:type eventinfo: list object
:param: parameter, all input information
:type: object
:param parameter: all input information
:type parameter: object
'''
# write phases to VELEST-phase file
writephases(picks, 'VELEST', fnout, parameter, eventinfo)