High resolution fMRI data analysis in Python, based on AFNI, FreeSurfer, ANTs, and many other tools.
Project description
Introduction
This is a collection of handy small tools for analyzing neuroimaging data (esp. high resolution fMRI), which can be used both as a Python package and a set of command line tools. It is a useful augmentation to the AFNI tool chain.
Documentation
The latest mripy documentation is available online.
Installation (in linux/mac)
Install AFNI and FreeSurfer
Please follow the instructions in their official websites (AFNI, FreeSurfer).
Install mripy
Download and install the mripy package:
$ pip install mripy
Set $PATH for using the package scripts in the terminal. For bash, the commands look like:
$ vi ~/.bashrc
$ export PATH="path/to/mripy/scripts":$PATH
The path could be something like “~/anaconda3/lib/Python3.8/site-packages/mripy/scripts”.
Download and install the dependencies:
$ pip install nibabel deepdish
Install neuropythy docker (for HCP retinotopy altas)
First install docker for your OS, then pull the neuropythy image:
# Pull a particular version
$ docker pull nben/neuropythy@sha256:2541ee29a8d6bc676d9c3622ef4a38a258dd90e06c02534996a1c8354f9ac888
# Give it a tag
$ docker tag b38ebfcf6477 nben/neuropythy:mripy
More information about the HCP retinotopy altas and the neuropythy package can be found in Noah C. Benson’s website.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mripy-0.7.3.tar.gz
.
File metadata
- Download URL: mripy-0.7.3.tar.gz
- Upload date:
- Size: 224.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.9.6 requests/2.31.0 setuptools/68.0.0 requests-toolbelt/1.0.0 tqdm/4.65.0 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65f354ec3162049c008520b8c689705ec42f3e0d181f40e67e71832106dd7dc7 |
|
MD5 | 7947fea0bd564bc914c18efb401074d8 |
|
BLAKE2b-256 | aee22c5f10db1186a6e2813c4d7cf5bb3a3bc87339f10bbbf6d97f060fa347ec |
Provenance
File details
Details for the file mripy-0.7.3-py3-none-any.whl
.
File metadata
- Download URL: mripy-0.7.3-py3-none-any.whl
- Upload date:
- Size: 250.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.9.6 requests/2.31.0 setuptools/68.0.0 requests-toolbelt/1.0.0 tqdm/4.65.0 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff8fb02c33775a0815aa491f996f79bdf12378ae95d93cdda1be1a01cf21a8fa |
|
MD5 | da98683fdc33cca25f62e388bc433885 |
|
BLAKE2b-256 | eb48fe03d5768e9cfb334cf09729251c90686d04dea064c1bdd81f1b9e503a79 |