bilgelm / temporalimage

Simple calculations on 4D images with corresponding frame timing information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI codecov

temporalimage

temporalimage an extension of nibabel's SpatialImage to enable simple computations on 4D image data with corresponding frame timing information.

Installation

Clone this repository to your machine, then type in terminal: pip install -e PATH_TO/temporalimage

If you'd like to have wrappers for integration with nipype, use the nipype extra: pip install -e PATH_TO/temporalimage[nipype]

Running tests

python -m unittest tests.test_fake4D

About

Simple calculations on 4D images with corresponding frame timing information

License:Other


Languages

Language:Python 100.0%