- Oct 18, 2022
-
-
Kien Le authored
Change type of parameters readStart and readEnd from List[float] to int in order to reflect their usage.
-
Kien Le authored
-
Kien Le authored
Change type hint of parameter gaps and return value to list of tuples containing two floats from list of lists containing two floats. Fix problem where type hinting does not support lists with defined structure.
-
Kien Le authored
Change type hint and documentation for parameter gapMin in getGaps from int to float. This reflects its usage in plotting_widget.add_gap_bar.
-
Kien Le authored
-
- Oct 12, 2022
-
-
Lan Dam authored
- Oct 11, 2022
-
-
Kien Le authored
Fix bug where some MSeed data sets have only one day of waveform data plotted
- Oct 10, 2022
-
-
Kien Le authored
-
Kien Le authored
-
Kien Le authored
-
Kien Le authored
-
Kien Le authored
-
Kien Le authored
-
Kien Le authored
Rename downsample_waveform_chan to downsample_waveform_data
-
Kien Le authored
Move responsibility of writing to the waveform channel data dictionry from downsample_waveform_chan to trim_downsample_WFChan.
-
Kien Le authored
Make downsample_waveform_chan return the downsampled list of times and data instead of saving this information to the waveform channel data dictionary. This makes the function comply with SRP.
-
Kien Le authored
-
Kien Le authored
-
Kien Le authored
-
Kien Le authored
-
Kien Le authored
-
Kien Le authored
-
Kien Le authored
Make trim_waveform_data uses local variables for the start and end index of the trimmed trace list inside of the original trace list. Currently, these indices are saved to the data dictionary and never used again.
-
Kien Le authored
-
Kien Le authored
-
Kien Le authored
-
Kien Le authored
-
Kien Le authored
-
Kien Le authored
-
Kien Le authored
-
Kien Le authored
- Oct 07, 2022
-
-
Kien Le authored