Pydra tasks for SPM.
Pydra is a dataflow engine which provides a set of lightweight abstractions for DAG construction, manipulation, and distributed execution.
SPM is a software package for the construction and assessment of spatially extended statistical processes used to test hypotheses about functional imaging data.
This project exposes SPM utilities as Pydra tasks to facilitate their incorporation into more advanced processing workflows.
This project is managed with Hatch:
pipx install hatch
To run the test suite:
hatch run test
To fix linting issues:
hatch run lint:fix
To check the documentation:
hatch run docs:serve --open-browser
This project is distributed under the terms of the Apache License, Version 2.0.