Commits on Source (23)
-
Kien Le authored0b14ac91
-
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.
ede6d985 -
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.
b33725b2 -
Kien Le authored018174f1
-
Kien Le authored
Change type of parameters readStart and readEnd from List[float] to int in order to reflect their usage.
e425ee3c -
Kien Le authored
Change return type from DataTypeModel to Set[str].
f8a68ccd -
Kien Le authored3e373608
-
Kien Le authored8d865e34
-
Kien Le authored36da5f41
-
Kien Le authoredcde5e506
-
Kien Le authored36b27f39
-
Kien Le authored389ea8b4
-
Kien Le authoredca3967ef
-
Kien Le authored9c10c22b
-
Kien Le authored31133ff9
-
Kien Le authored
# Conflicts: # sohstationviewer/controller/util.py # sohstationviewer/view/plotting/time_power_squared_dialog.py
3da6b671 -
Kien Le authoredb3184758
-
Kien Le authored
Fix bug where content of ASCII files are read twice.
62a91bfd -
Kien Le authored954e6402
-
Kien Le authoredf15a30c5
Showing
- sohstationviewer/controller/plottingData.py 44 additions, 37 deletionssohstationviewer/controller/plottingData.py
- sohstationviewer/controller/processing.py 31 additions, 24 deletionssohstationviewer/controller/processing.py
- sohstationviewer/controller/util.py 50 additions, 39 deletionssohstationviewer/controller/util.py
- sohstationviewer/model/data_type_model.py 25 additions, 19 deletionssohstationviewer/model/data_type_model.py
- sohstationviewer/model/handling_data.py 74 additions, 55 deletionssohstationviewer/model/handling_data.py
- sohstationviewer/model/mseed/from_mseedpeek/mseed_header.py 13 additions, 4 deletionssohstationviewer/model/mseed/from_mseedpeek/mseed_header.py
- sohstationviewer/model/mseed/mseed.py 25 additions, 20 deletionssohstationviewer/model/mseed/mseed.py
- sohstationviewer/model/reftek/logInfo.py 41 additions, 31 deletionssohstationviewer/model/reftek/logInfo.py
- sohstationviewer/model/reftek/reftek.py 20 additions, 18 deletionssohstationviewer/model/reftek/reftek.py
- sohstationviewer/view/plotting/time_power_squared_dialog.py 5 additions, 2 deletionssohstationviewer/view/plotting/time_power_squared_dialog.py
- tests/test_controller/test_util.py 10 additions, 8 deletionstests/test_controller/test_util.py