Go to file
Djalim Simaila aeb8c6ed44 🔨 refactor(data_processing.py): rename function parameter to improve semantics
The function parameter `update_progress_bar` has been renamed to `progressbar_placeholder` to improve the semantics of the function. This change does not affect the functionality of the code.

 feat(data_processing.py): add new morphological indicators to the output of the `get_advanced_data` function
The `get_advanced_data` function now calculates and returns the following morphological indicators:
- MI_mR: the ratio of the maximum radius to the mean radius
- MI_mH: the ratio of the maximum radius to the height of the object
- V_scan: the volume of the scanned object
- R_V_scan: the radius of a sphere with the same volume as the scanned object
- S_V_scan: the surface area of a sphere with the same volume as the scanned object
- R_h: the hydraulic radius of the object
- HI: the hydraulic index of the object
2023-05-10 15:43:01 +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 🐛 fix(data_test.py): change variable name from teta_diffs to theta_diffs to improve semantics 2023-05-09 10:56:43 +02:00
utils 🔨 refactor(data_processing.py): rename function parameter to improve semantics 2023-05-10 15:43:01 +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