Skip to main content

Brainweb-DL

Welcome to Brainweb-DL, a powerful Python toolkit for downloading and converting the Brainweb dataset.

Features

  • Effortless Dataset Management: Automatically download, cache, and format the Brainweb dataset with ease. Convert it to the convenient nifti format or numpy array hassle-free.

  • Multiple Image Generation: Generate high-quality T1, T2, T2*, and PD images directly from the Brainweb dataset. Perfect for testing purposes, although keep in mind that the values provided are approximate.

Available data

The Brainweb project kindly provides:

  • A normal brain phantom (named subject 0 afterwards), with T1, T2 and PD contrasts, with a variety of noise levels and intensity non-uniformities. As well as a anatomical model (in the form of either crisp or fuzzy segmentation of brain tissues, at a fixed resolution of 181x217x181 images).
  • The same for a multiple sclerosis brain phantom (named subject 1 afterwards).
  • A set of 20 normal brains (with ids equal to [4, 5, 6, 18, 20, 38, 41-54]) , with a T1 contrast (with 1mm resolution at (181, 217,181)), as well as the crisp and fuzzy segmentation of brain tissues (with a shape of (362, 434,362)) 1.

This project provides a CLI and a Python API to download and convert theses data. On top of that, it can generate new contrasts (e.g. T2*) from the segmentations, and reshape the data to the desired resolution 2.

Get Started

Data Location

The cached data directory follows this priority order:

  1. User-specific argument (brainweb_dir in most functions)
  2. BRAINWEB_DIR environment variable
  3. ~/.cache/brainweb folder

Python Script Usage

from brainweb_dl import get_mri 

# Get the phantom with id 44 with a T1 constrast 
data = get_mri(sub_id=44, contrast="T1") 
# Gt the 3rd phantomn with a fuzzy segmentation of its tissues. 
data = get_mri(sub_id="3", contrast="fuzzy") 

# Check the docstring for more information.

The Brainweb dataset is downloaded and cached by default in the ~/.cache/brainweb folder.

Command Line Interface

brainweb-dl 44 --contrast=T1

For more information, see brainweb-dl --help.

Installation

Get up and running quickly!

pip install brainweb-dl

Development

Join our community and contribute to Brainweb-DL!

git clone git@github.com/paquiteau/brainweb-dl 
cd brainweb-dl
pip install -e .[dev,test,doc]

TODO List

Help us improve and shape the future of Brainweb-DL:

  • Add unit tests.
  • Implement fuzzy search and multiple subjects download in parallel.
  • Develop an interface to generate T1, T2, T2*, and PD images.
  • Enhance the search for the location of the Brainweb dataset (User > Environment Variable > Default Location).
  • Introduce an interface to download as BIDS format.

Acknowledgement

We extend our gratitude to the following for their contributions:

  • Casper De Clercq for the preliminary work and original idea. Check out his great work if you are interested in PET imaging and registration functionalities.

  • BrainWeb for providing this valuable dataset to the community.

:star2: If you like this work, don't forget to star it and share it 🌟

  1. Note that the classification of tissue is not the same as for subject 0 and 1

  2. This requires scipy to be installed.

Download files

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

Source Distribution

brainweb_dl-0.4.6.tar.gz (19.8 kB view details)

Uploaded Source

Built Distribution

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

brainweb_dl-0.4.6-py3-none-any.whl (16.6 kB view details)

Uploaded Python 3

File details

Details for the file brainweb_dl-0.4.6.tar.gz.

File metadata

  • Download URL: brainweb_dl-0.4.6.tar.gz
  • Upload date:
  • Size: 19.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for brainweb_dl-0.4.6.tar.gz
Algorithm Hash digest
SHA256 34d684ad376c75df9285bd5123fcbb95e0d8102a22e50ac551434867d02ac722
MD5 43e2e3b598b3a6c41af93449b0c923e5
BLAKE2b-256 50b67b754329bc9674bf97564d5676b0e60c8a5cd5a8414443e150e507171633

See more details on using hashes here.

Provenance

The following attestation bundles were made for brainweb_dl-0.4.6.tar.gz:

Publisher: tags-release.yml on paquiteau/brainweb-dl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brainweb_dl-0.4.6-py3-none-any.whl.

File metadata

  • Download URL: brainweb_dl-0.4.6-py3-none-any.whl
  • Upload date:
  • Size: 16.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for brainweb_dl-0.4.6-py3-none-any.whl
Algorithm Hash digest
SHA256 13eb1411d61cc3c5553ab2492eacb81f1cbe6952c25d18a4e89ad0a634477e19
MD5 00914ee34fb91892b11c3f83a3f4f5b9
BLAKE2b-256 58725b8c0297cbe308dae9e201e55c90eb422d82ce7f187ad5c62966dcb668b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for brainweb_dl-0.4.6-py3-none-any.whl:

Publisher: tags-release.yml on paquiteau/brainweb-dl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.4.6 This release

2 files

0.4.5

2 files

0.4.4

2 files

0.4.3

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.0

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

0.0.3

2 files

0.0.2

2 files

0.0.1

2 files

0.0.0

2 files

Supported by

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