Skip to main content

A simple brain viewer using matplotlib

Project description

SimpleBrainViewer

A simple brain viewer using matplotlib

What is this?

Pretty self-explanatory... It's a simple brain viewer written with matplotlib. Useful if you just want to view a volume quickly in python.

Will add 4D volume viewing and voxel selection soon...

Usage

You can call BrainViewer from python or the command line (via nifti file or any other nibabel compatible format):

"""
  Example
"""
import nibabel as nib
from simplebrainviewer import *
import matplotlib.pyplot as plt

# load a volume
data = nib.load('/a/nifti/file').get_fdata()

# plot the data
simplebrainviewer.plot_brain(data)

Command Line Usage
usage: brainviewer.py [-h] volume

View a brain volume (Only does 3D, no 4D yet!)

positional arguments:
  volume      brain volume to view

optional arguments:
  -h, --help  show this help message and exit

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simplebrainviewer-0.1.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

simplebrainviewer-0.1-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page