https://github.com/Radiomics/pyradiomics
Raw File
Tip revision: ae1e14c93701b57b28287018097e273bd4926387 authored by Joost van Griethuysen on 11 February 2020, 18:10:14 UTC
Merge pull request #561 from JoostJM/3.0-release
Tip revision: ae1e14c
README.md
This folder contains the test cases and baseline used to ensure consistent results from features implemented in 
PyRadioimcs.

`baseline` contains calculated features in full-python mode for test cases brain1, brain2, breast1, lung1 and lung2 and
was generated using `addClassToBaseline.py`, available in the `bin` folder of this repository.

Settings used were hardcoded in the script to generate the baseline and apply no filters or resampling.
Applied settings are contained within the general_info section included in the baseline. This
section must be present, as the test code extracts the settings to apply from the baseline, enabling
a baseline to have different settings if necessary.
back to top