Skip to main content

fsl and vbm parsers

Project description

Fslparser

This package includes fsl parser (FreeSurfer) and vbm parser (NIfTI).

How to install

pip install fslvbmparsers

How to run

import fslvbmparsers
from fslvbmparsers import parsers
(X, y) = parsers.fsl_parser(args)
mask = os.path.join('/computation', mask_directory, mask_file_name)
(X, y) = parsers.vbm_parser(args, mask)

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

fslvbmparsers-0.0.2.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

fslvbmparsers-0.0.2-py2-none-any.whl (3.7 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page