You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bug Fixes
Fix bug in ProcessDICOM for Sagittal and Coronal scans processing (#31).
Fix bug in DataManager in keep_instances option (#31).
Fix bug in documentation: process_files() documentation not showed because of ray decorator (#33).
Improvements & New Features
filters sub-package full refactoring (architecture, code, methods...) (#30).
Percentiles choice in DataManager radiomics pre-checks (#31).
Added a new class ProcessDICOM that will be called to process dicom files for a single scan (replaces process_dicom_scan_files and combine_slices) (#31).
ProcessDICOM orientation determination process (#32).
Data downloading process. The user can choose to only download a subset of the dataset (#31).
Documentation
Added additional instructions for data downloading (#32).
Added documentation for ProcessDICOM class and deleted it for removed files (#33).