Block a user
Remove unnecessary data structure complexity
Improve
util/utils.py
This PR was started to dive into the code again and to improve a little bit of the code base without to much disturbance to the overall project.
b3fdbc811e
Merge branch 'develop' into improve-util-utils
a1f6c5ffca
Bugfixxes, spectogram tab wip
e4e7afa996
Minor changes to adjust to python 3. Temporary Fix for file exporting not working properly. WIP spectrogram view.
43c2b97b3d
Small changes
Logging concept
TODO:
- add global logging concept for
pylot
- add handler to log to the widget
- log level as an option
- add handler to log to a file
- log level always…
- add handler to log to the widget
Clean Code Refurbishment
Closing the issue and pushing enforcement of coding standard by protecting the master
branch against changes without pull request and according code review. This is already mentionend in…
Delete not needed branches
deleted a ton of unneeded branches, kept branch "darius" where I found some interesting adjustments to the autopick algorithm that should maybe be kept @ludger
I would suggest to cherry-pick…
WIP: Improve
util/utils.py