python bindings for ROBEX brain extraction
Project description
pyrobex
Python bindings for ROBEX brain extraction.
This package comes with ROBEX v1.2 for Linux. Windows is not currently supported.
Free software: BSD license
Documentation: https://pyrobex.readthedocs.io.
Install
The easiest way to install the package is with:
pip install pyrobex
Alternatively, you can download the source and run:
python setup.py install
Basic Usage
This package provides a CLI (to the CLI) of ROBEX for convenience and testing which can be accessed through, e.g.,:
robex path/to/t1w_image.nii path/to/stripped.nii path/to/mask.nii
The real use-case of this package is by importing robex and using it within another script or neuroimaging pipeline, e.g.,:
import nibabel as nib from pyrobex.robex import robex image = nib.load('path/to/t1w_image.nii') stripped, mask = robex(image)
History
0.4.1 (2021-05-06)
Improve logging.
0.4.0 (2021-05-06)
Fix logging in CLI.
0.3.0 (2021-05-06)
Fix to antspy backend.
0.2.0 (2021-05-06)
Fixes the distribution of ROBEX on PyPI.
0.1.0 (2021-05-05)
First release on PyPI.
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
Built Distribution
File details
Details for the file pyrobex-0.4.1.tar.gz
.
File metadata
- Download URL: pyrobex-0.4.1.tar.gz
- Upload date:
- Size: 50.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b36bf8fa8b71a0b4ae2000f9dd0d423e94958691701094be9303ae026bd4d4da |
|
MD5 | 45642caaa9cd62932225367e7b1523ad |
|
BLAKE2b-256 | e55cad6010b3de8ec5d1078c7acd8eee6e50429efa0211475297890d76341aa8 |
File details
Details for the file pyrobex-0.4.1-py2.py3-none-any.whl
.
File metadata
- Download URL: pyrobex-0.4.1-py2.py3-none-any.whl
- Upload date:
- Size: 51.3 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b675e222739b600d0fe69a818c944d6468c13d6166e2e78fa7608033c3a73a6 |
|
MD5 | e2f0d8aba2145e2d6d2e66f692116e31 |
|
BLAKE2b-256 | 13b223c03d7ddbc31d599477a139d1a22c62fdee4a2b2b271b61b4f11ee6a0df |