Convert data from proprietary formats to NWB format.
Project description
Automatically convert neurophysiology data to NWB
Table of Contents
About
NeuroConv is a Python package for converting neurophysiology data in a variety of proprietary formats to the Neurodata Without Borders (NWB) standard.
Features:
- Reads data from 40 popular neurophysiology data formats and writes to NWB using best practices.
- Extracts relevant metadata from each format.
- Handles large data volume by reading datasets piece-wise.
- Minimizes the size of the NWB files by automatically applying chunking and lossless compression.
- Supports ensembles of multiple data streams, and supports common methods for temporal alignment of streams.
Installation
To install the latest stable release of neuroconv though PyPI, type:
pip install neuroconv
For more flexibility we recommend installing the latest version directly from GitHub. The following commands create an environment with all the required dependencies and the latest updates:
git clone https://github.com/catalystneuro/neuroconv
cd neuroconv
conda env create -f make_environment.yml
conda activate neuroconv_environment
Note that this will install the package in editable mode.
Finally, if you prefer to avoid conda
altogether, the following commands provide a clean installation within the current environment:
pip install git+https://github.com/catalystneuro/neuroconv.git@master
Documentation
See our ReadTheDocs page for full documentation, including a gallery of all supported formats.
License
NeuroConv is distributed under the BSD3 License. See LICENSE for more information.
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 neuroconv-0.4.0.tar.gz
.
File metadata
- Download URL: neuroconv-0.4.0.tar.gz
- Upload date:
- Size: 141.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ed20047a64fb5132b5922d20e52f26f7e1765be790b44d6ad31e1e12e74c3ca |
|
MD5 | aee9a367be9ecc39d9c0104473951b51 |
|
BLAKE2b-256 | e0f745cc24184a7a8408372406c4eb0131140f11eb33c35717fc863d7946980c |
File details
Details for the file neuroconv-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: neuroconv-0.4.0-py3-none-any.whl
- Upload date:
- Size: 193.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3411a50499c8b3a6ff227c279abf2a1a5c8f597439df3e2a980a57eb4b49f451 |
|
MD5 | 87f79f47497421eecafe8a78c6e37a64 |
|
BLAKE2b-256 | afc0406432a81231ede9634cadba34065b5788d6da1b2aa8c9f34ffbdf62948f |