Pydra tasks for PETPVC designed for Clinica.
Pydra is a dataflow engine which provides a set of lightweight abstractions for DAG construction, manipulation, and distributed execution.
PETPVC is a toolbox for partial volume correction (PVC) in positron emission tomography (PET).
pip install clinica-pydra-petpvc
A separate installation of PETPVC is required to use this package. Please review the project's homepage for installation instructions and licensing information.
An official conda package is available through conda-forge:
conda install -c conda-forge petpvc
This project is managed with Hatch:
pipx install hatch
To run the test suite:
hatch run test
To fix linting issues:
hatch fmt
This project is distributed under the terms of the Apache License, Version 2.0.