Skip to content
Snippets Groups Projects
Commit 8f1127dc authored by Kien Le's avatar Kien Le
Browse files

Remove unused parameter #30.11

parent fe4fc179
No related branches found
No related tags found
No related merge requests found
Pipeline #2152 passed with stage
in 2 minutes and 44 seconds
......@@ -173,7 +173,7 @@ def read_waveform_trace(trace: Trace, sta_id: Union[Tuple[str, str], str],
return tr
def read_waveform_mseed(path2file: str, file_name: str,
def read_waveform_mseed(path2file: str,
sta_id: str, chan_id: str,
traces_info: List, data_time: List[float], tmp_dir: str
) -> None:
......@@ -181,7 +181,6 @@ def read_waveform_mseed(path2file: str, file_name: str,
Read traces from waveform mseed file to append to tracesInfo.
data_time is update for new min and max time.
:param path2file: absolute path to waveform mseed file
:param file_name: name of waveform mseed file
:param sta_id: station ID from indexing
:param chan_id: channel ID from indexing
:param traces_info: holder of traces_info, refer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment