From 7bcabd5f446d02255d76c9fa3d3fba81e64fde95 Mon Sep 17 00:00:00 2001 From: Claudio Satriano Date: Wed, 24 Jul 2024 13:18:08 +0200 Subject: [PATCH] Update docstrings in asdf_traces.py for consistency --- sourcespec2/input/trace_parsers/asdf_traces.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sourcespec2/input/trace_parsers/asdf_traces.py b/sourcespec2/input/trace_parsers/asdf_traces.py index 0076e61b..d49b9c86 100644 --- a/sourcespec2/input/trace_parsers/asdf_traces.py +++ b/sourcespec2/input/trace_parsers/asdf_traces.py @@ -30,7 +30,7 @@ def _parse_asdf_trace_headers( :type header_key: str :param nw_stat_codes: Network and station codes :type nw_stat_codes: list - :param trace_tags: waveform tag(s) in ASDF file + :param trace_tags: trace tag(s) in ASDF file :type trace_tags: str or list of str """ # pylint: disable=import-outside-toplevel @@ -85,7 +85,7 @@ def parse_asdf_traces(asdf_file, tag=None, read_headers=False): :param asdf_file: full path to ASDF file :type asdf_file: str - :param tag: waveform tag in ASDF file (may contain wildcards) + :param tag: trace tag in ASDF file (may contain wildcards) :type tag: str :param read_headers: flag to control reading of (non-standard) trace headers