Skip to content
Snippets Groups Projects
Commit dce613fd authored by Djalim Simaila's avatar Djalim Simaila
Browse files

:rocket: feat(data_processing.py): add function to calculate advanced data

:rocket: feat(MainWindow.py): add support for calculating advanced data in a separate thread
:rocket: feat(AdvancedDataWorker.py): add worker to calculate advanced data in a thread
The `get_advanced_data` function was added to calculate advanced data from the discrete data. The `process_advanced_data` function was added to the `MainWindow` class to start a thread to calculate the advanced data. The `AdvancedDataWorker` class was added to calculate the advanced data in a separate thread. This allows the application to be more responsive and not freeze while the advanced data is being calculated.
parent 2c2cae2d
No related branches found
No related tags found
1 merge request!22Advanced Metrics
Loading
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