This script generates a voxelized phantom using the VICTRE Pipeline.
The script must be located in the folder where the VICTRE Pipeline is installed and can be run typing in the terminal:
python3 phantom_generation.py
For now, preset parameters from Victre/Constants.py can be used.
It also enables set parameters manually modifying define_arguments_manually method and arguments_generation dictionary.
arguments_generation = {
"compressionThickness": 60., # mm
# phantom voxel size (mm)
"imgRes": 0.1,
# desired fat fraction
"targetFatFrac": 0.6,
# More parameters can be modified
}