Skip to content

kenanoestreich/PETProcessing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Positron Emissions Tomography Processing and Analysis Library (PETPAL)

A comprehensive 4D-PET analysis software suite.

Installation

In the top-level directory (where pyproject.toml exists), we run the following commands in the terminal:

pip install build  # Ensures that the build package is available
python -m build  # Generates a tarball and a wheel that we can use pip to install
pip install dist/petpal-0.0.2.tar.gz # Installs the package

Generating Documentation

To generate the documentation in HTML using sphinx, assuming we are in the docs/ directory and that sphinx is installed:

make clean
make html 

Then, open doc/build/html/index.html using any browser or your IDE.

About

Comprehensive 4D PET Processing Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 83.2%
  • Python 16.8%