Pydra tasks for ANTs designed for Clinica
Pydra is a dataflow engine which provides a set of lightweight abstractions for DAG construction, manipulation, and distributed execution.
ANTs is a toolbox for multi-variate image registration, segmentation and statistical analysis.
Clinica is a software platform for clinical neuroimaging studies.
Table of Contents
- ApplyTransforms
- CreateJacobianDeterminantImage
- N4BiasFieldCorrection
- Registration, registration_syn, registration_syn_quick
pip install clinica-pydra-antsA separate installation of ANTs is required to use this package.
An official conda package is available through conda-forge:
conda install -c conda-forge antsThis project is managed with Hatch:
pipx install hatchTo run the test suite:
hatch run testTo fix linting issues:
hatch fmtThis project is distributed under the terms of the Apache License, Version 2.0.