Go to file
Djalim Simaila dce613fd9e 🚀 feat(data_processing.py): add function to calculate advanced data
🚀 feat(MainWindow.py): add support for calculating advanced data in a separate thread
🚀 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.
2023-05-04 13:28:03 +02:00
Datasets added test that show how different file are from the expected dataset 2023-04-17 16:07:05 +02:00
integration_tests Finished verticalisation 2023-04-21 17:06:04 +02:00
utils 🚀 feat(data_processing.py): add function to calculate advanced data 2023-05-04 13:28:03 +02:00
.gitignore 🐛 fix(.gitignore): add test.py to the list of ignored files 2023-05-03 17:26:11 +02:00
LICENSE Initial commit 2023-04-14 12:42:57 +00:00
main.py refactor: remove unused code and files from the project 2023-05-02 09:21:19 +02:00
README.md Initial commit 2023-04-14 12:42:57 +00:00
requirement.txt added setting manager 2023-04-27 13:10:37 +02:00

AnalyseMorphologique