Notice: This is a legacy proof-of-concept. It is no longer maintained and there may be undisclosed bugs. As of July 6, 2026, the canonical implementation of the resampler is in fmriprep.interfaces.resampling
Single-shot resampling utility for nipreps derivatives
Using pipenv:
pipenv run resample --helpThis script currently depends on unreleased features in niworkflows and sdcflows, as well as Typer.
pip install git+https://github.com/nipreps/niworkflows.git \
git+https://github.com/nipreps/sdcflows.git \
typerThese should pull in all the other imports as dependencies. Once installed, run with:
python resampler.py --help