Skip to main content

Python library for Neurovolume. Build VDBs for scientific visualizations

Project description

Render of a non-skull stripped MNI Template

Neurovolume is a Python library for manipulating and visualizing volumetric data. It includes a custom-built, scientific data-focused, VDB writer. The VDB writer is written in Zig with no external dependencies.

While this project focuses on neuroscience, it includes ndarray to VDB to support virtually any volumetric data pipeline.

This project is under active development and might not have everything you need. Please reference the "Missing Features" section.

This project is available as a pre-release alpha on pypi. Presently it is only available for arm64. More operating systems coming soon!

🏗️ Building

If you are building locally, we use uv to build and test the project:

uv run python -m ziglang build && uv run pytest tests -s

This is how you could save a BOLD sequence from a .nii file

import numpy as np
import neurovolume as nv
import nibabel as nib

img = nib.load(anat)
data = np.array(img.get_fdata(), order="C", dtype=np.float32)

nv.ndarray_to_vdb(
    nv.prep_ndarray(data, (0, 2, 1)),
    "anat_offset",
    output_dir=vdb_out,
    transform=nv.scale(img.affine, 0.01), # scaled for blender viewport
)

To use sparsity, add a prune value to your ndarray_to_vdb function call. This example gives good results for our T1 Anatomy scan:

nv.ndarray_to_vdb(
    nv.prep_ndarray(data, (0, 2, 1)),
    "anat_offset_0p05_prune",
    output_dir=vdb_out,
    transform=_test_pattern_pos(img.affine),
    prune=np.float32(0.05),
)

Higher sparsity amounts will result in better performance and lower disk space usage. However, after a certain point, they begin to degrade the VDB quality.

📀 Projects

  • BoldViz: a Blender plugin for fMRI and MRI visualizations. It was used to create the renders in this README. A great place to start if you don't want to deal with writing any Python.
  • Neurovolume Examples and Physarum include some good starting points for how one might use this library with numpy.
  • The nibabel example shows how to use an external NIfTI parser, which could be of use for not-yet-supported filetypes. We're moving away from native file parsing as everyone seems to use numpy, but please reach out if this is something that you'd want!

☁️ Why VDB?

VDBs are a highly performant, art-directable, sparse volumetric data structure. Our volume-based approach aims to provide easy access to the original density data throughout the visualization and analysis pipeline. Unlike the openVDB repo, our smaller version is much more readable and does not need to be run in a docker container.

🛠️ Missing Features

While a comprehensive road-map will be published soon, there are a few important considerations to take into account now.

  • pypi package presently only supports arm64. Coverage for linux and windows is in the works.
  • Documentation has not been written yet. Specifically:
    • Documentation for sparsity: we should establish how/when sparsity might result in a lossy compression.
  • Multiple grids has yet to be implemented

🧠 Dataset Citation

This software was tested using the following datasets.

Isaac David and Victor Olalde-Mathieu and Ana Y. Martínez and Lluviana Rodríguez-Vidal and Fernando A. Barrios (2021). Emotion Category and Face Perception Task Optimized for Multivariate Pattern Analysis. OpenNeuro. [Dataset] doi: 10.18112/openneuro.ds003548.v1.0.1

OpenNeuro Study Link

Direct Download Link for T1 Anat test file

Direct Download Link for BOLD test file

The MNI Template can be found Here

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

neurovolume-0.1.0a16.tar.gz (494.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

neurovolume-0.1.0a16-py3-none-any.whl (494.5 kB view details)

Uploaded Python 3

File details

Details for the file neurovolume-0.1.0a16.tar.gz.

File metadata

  • Download URL: neurovolume-0.1.0a16.tar.gz
  • Upload date:
  • Size: 494.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for neurovolume-0.1.0a16.tar.gz
Algorithm Hash digest
SHA256 c240b4ae9a49dd2ecaabe19b097c3fa26362522a9673f5e9f73d7902dfe03735
MD5 976e46f18a97b006aa79ff76cdc6fc66
BLAKE2b-256 a55a541b5183b28403dc02d20a72b2ab51a494276ba7e3cfbb4d53ade3af59e8

See more details on using hashes here.

File details

Details for the file neurovolume-0.1.0a16-py3-none-any.whl.

File metadata

  • Download URL: neurovolume-0.1.0a16-py3-none-any.whl
  • Upload date:
  • Size: 494.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for neurovolume-0.1.0a16-py3-none-any.whl
Algorithm Hash digest
SHA256 4d2f28d3effff689237188e59be43993ce11f06a2b87e2dd490a16913778446e
MD5 3ca6e706072ca51dcd8e52fb04e699ec
BLAKE2b-256 9de8ea06fa504464d521d50abfff27c57834697bf468e338d0cebb27aca9b179

See more details on using hashes here.

Supported by

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