Skip to content

Brainload 0.2.0: Load groups of brains!

Choose a tag to compare

@dfsp-spirit dfsp-spirit released this 25 Oct 15:00
· 514 commits to master since this release

Brainload v0.2.0 is here and brings support for loading group data.

If you follow the FreeSurfer convention to have all your subject data in a single directory defined by the environment variable SUBJECTS_DIR, the new high-level functions make it very easy to load data for group comparison. See the entry for brainload.group() function in the API documentation for examples.

The binary here is identical to the one available on PyPI, and you should be able to install it using pip:

pip install --user brainload

Or use a virtual environment.