Skip to content

aramis-lab/clinica-pydra-petpvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydra-petpvc

PyPI - Version PyPI - Python Version


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).

Installation

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

Development

This project is managed with Hatch:

pipx install hatch

To run the test suite:

hatch run test

To fix linting issues:

hatch fmt

Licensing

This project is distributed under the terms of the Apache License, Version 2.0.