Skip to content

PREDICO-Project/VICTRE_phantom_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

VICTRE Phantom Generator

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
            }

About

Python script to generate VICTRE's Breast Phantoms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages