Skip to content

PETPAL-WUSM/PETPAL

Repository files navigation

Positron Emission Tomography Processing and Analysis Library (PETPAL)

PETPAL Logo

A comprehensive 4D-PET/MR analysis software suite.

Installation

Using Pip

The simplest way to install PETPAL is using pip. First, ensure you are using Python version >=3.12. Then, run the following:

pip install petpal

Build from source

Clone the repository using your preferred method. After navigating to the top-level directory (where pyproject.toml exists), we run the following command in the terminal:

pip install .  # Installs the package

If you are going to be actively developing and making changes to the package source code, it is recommended to instead do:

pip install -e .  # Installs the package as symlinks to the source code

Documentation

The official docs are hosted on read the docs, which contain helpful tutorials to get started with using PETPAL, and the API reference.

Building Documentation Locally

To generate the documentation in HTML using sphinx, we first navigate to the $src/docs/ directory. Then, we run the following commands:

make clean
make html 

Then, open $src/docs/build/html/index.html using any browser or your IDE.

About

Comprehensive 4D PET Processing Platform

Resources

License

Stars

6 stars

Watchers

4 watching

Forks

Packages

 
 
 

Contributors