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
We always recommend installing and running Python packages in a clean environment. One way to do this is via conda environments:
conda create --name <give the environment a name> --python <choose a version of Python to use>
conda activate <environment name>
To install the latest stable release of neuroconv though PyPI, run:
pip install neuroconv
To install the current unreleased main
branch (requires git
to be installed in your environment, such was via conda install git
), run:
pip install git+https://github.com/catalystneuro/neuroconv.git@main
NeuroConv also supports a variety of extra dependencies that can be specified inside square brackets, such as
pip install neuroconv[dandi]
which will then install extra dependencies related to usage of the DANDI CLI (such as automatic upload to the DANDI Archive).
You can read more about these options in the main installation guide.
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
Hashes for neuroconv-0.4.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0d97534fdd6503045d0bad01d7533a7a104e8cef5a3876aa09e17548b258835 |
|
MD5 | 04293043c7fbf6554eef84d4d430261f |
|
BLAKE2b-256 | c11713c7f3c4a2c0133b3c5806ccdf2dc486f3568afbe0e506213fd8ea190154 |