install anaconda or miniconda
conda create -n <project_name> python=3.9
pip install poetry
conda activate <project_name>
cd /path/to/this/repo
poetry install
Tag based dicom file converter. Tags are not defined yet. Not used yet.
- path_master.py -> holds src and export folder definitions
- data in test folder -> healthy (myocarditis negative, not necessary really healthy)
- data in train folder -> myocarditis positive
- workbook_2_sheets.py -> extract sheets from workbook and save as separate files
- sheets_2_tables.py -> extract tables from sheets and save as separate files
- cleaner.py -> clean up tables and save in a new folder
- checks.py -> check if all tables complete and save in a new folder
- calculate_accelerations.py -> calculate accelerations from raw data and save in a new folder
- table_condenser.py -> focus on specific data and save in a same folder as acceleration results
- table_merger.py -> merge tables and save in a new folder
- use jupyter notebook (load the data into the RAM for faster plotting iterations)