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.
Release files for mripy 0.7.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mripy-0.7.3.tar.gz | 224.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mripy-0.7.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 474.9 kB
Release files / mripy-0.7.3.tar.gz
| Download URL | mripy-0.7.3.tar.gz |
|---|---|
| Size | 224.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
65f354ec3162049c008520b8c689705ec42f3e0d181f40e67e71832106dd7dc7
|
|
BLAKE2b-256 checksum How to use checksums |
aee22c5f10db1186a6e2813c4d7cf5bb3a3bc87339f10bbbf6d97f060fa347ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / mripy-0.7.3-py3-none-any.whl
| Download URL | mripy-0.7.3-py3-none-any.whl |
|---|---|
| Size | 250.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ff8fb02c33775a0815aa491f996f79bdf12378ae95d93cdda1be1a01cf21a8fa
|
|
BLAKE2b-256 checksum How to use checksums |
eb48fe03d5768e9cfb334cf09729251c90686d04dea064c1bdd81f1b9e503a79
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|