Nifti Overlay is a Python program for creating visualizations of 3D volumetric neuorimaging data. It specifically creates tiled images of one or more images overlaid on top of one of another.
Here is an example output image, showing a registered PET image on top of a T1-weighted MRI:
I wrote this package to help with quality control for neuroimaging preprocessing pipelines. Most of the images I worked with were stored remotely, and it was fairly infeasible to look at them interactively. I wrote (a prototype) of this package in order to generate quick snapshots of various steps of the pipeline. For example, I would check the overlap of an automatically generated brain mask against the brain. Or look at the alignment of two registered images.
So, if you want to quickly generate a picture that shows a lot of the brain, maybe this will be helpful.
Nifti Overlay can be installed from PyPI:
pip install nifti_overlay
See the releases page for information about the most current release.
Check out the documentation: https://nifti-overlay.readthedocs.io/en/latest/.
Open source under MIT.