Skip to content

spebt/pydigiphan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Phantom Generation

This is a python-numpy-scipy-based digital phantom generation codebase.

Dependency

  1. Python 3, tested on Python 3.10.12

  2. Install the python packages with

    python3 -m pip install -r requirements.txt

Running the code

python3 phantom-gen.py [phantom type]
  • [phantom type] is a required option. Accepted options are:

    1. hotrod
    2. Derenzo
    3. derenzo

    The above 3 are treated the same.

    1. contrast

    option 4 is work in progress (WIP), it is implemented in the jupyter notebook. But not in the python script yet.

    1. dot

Example command:

python3 phantom-gen.py hotrod

Releases

No releases published

Packages

No packages published