Metadata-Version: 2.1
Name: spikeextractors
Version: 0.9.7
Summary: Python module for extracting recorded and spike sorted extracellular data from different file types and formats
Home-page: https://github.com/SpikeInterface/spikeextractors
Author: Alessio Buccino, Cole Hurwitz, Samuel Garcia, Jeremy Magland, Matthias Hennig
Author-email: alessio.buccino@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: joblib
Provides-Extra: full
Requires-Dist: h5py ; extra == 'full'
Requires-Dist: scipy (>=1.6.3) ; extra == 'full'
Requires-Dist: pyintan (>=0.3.0) ; extra == 'full'
Requires-Dist: pyopenephys (>=1.1.4) ; extra == 'full'
Requires-Dist: neo (>=0.9.0) ; extra == 'full'
Requires-Dist: MEArec (>=1.7.2) ; extra == 'full'
Requires-Dist: pynwb (>=1.4) ; extra == 'full'
Requires-Dist: lxml (>=4.6.3) ; extra == 'full'
Requires-Dist: nixio (>=1.5.0) ; extra == 'full'
Requires-Dist: shybrid (>=0.4.2) ; extra == 'full'
Requires-Dist: pyyaml (>=5.4.1) ; extra == 'full'
Requires-Dist: mtscomp (>=1.0.1) ; extra == 'full'
Requires-Dist: exdir (==0.4.1) ; extra == 'full'
Requires-Dist: hdf5storage ; extra == 'full'
Requires-Dist: sonpy ; (python_version > "3.7") and extra == 'full'

[![Build Status](https://travis-ci.org/SpikeInterface/spikeextractors.svg?branch=master)](https://travis-ci.org/SpikeInterface/spikeextractors) [![PyPI version](https://badge.fury.io/py/spikeextractors.svg)](https://badge.fury.io/py/spikeextractors)

# SpikeExtractors

SpikeExtractors is a package of the SpikeInterface project designed to address issues of file format compatibility within spike sorting pipelines without creating yet another file format. 

SpikeExtractors provides functionality to extract data from, convert between, and interface with many common file formats in extracellular recording. File types that can be utilized with SpikeExtractors include recorded dataset files, sorted dataset files, and probe files (.csv and .prb).

## Getting Started

To get started with SpikeExtractors, you can install it with pip:

```shell
pip install spikeextractors
```

You can also get SpikeExtractors through the [spikeinterface](https://github.com/SpikeInterface/spikeinterface) package:

```shell
pip install spikeinterface
```

You can also install SpikeExtractors locally by cloning the repo into your code base. If you install SpikeExtractors locally, you need to run the setup.py file.

```shell
git clone https://github.com/SpikeInterface/spikeextractors.git
cd spikeextractors
python setup.py install
```

## Examples

For more information about how to use SpikeExtractors, please checkout these [examples](https://github.com/SpikeInterface/spikeinterface/tree/master/examples/modules/extractors).

## Documentation

All documentation for SpikeInterface can be found here: https://spikeinterface.readthedocs.io/en/latest/.

### Authors

[Cole Hurwitz](https://www.inf.ed.ac.uk/people/students/Cole_Hurwitz.html) - The Institute for Adaptive and Neural Computation (ANC), University of Edinburgh, Edinburgh, Scotland

[Alessio Paolo Buccino](https://www.mn.uio.no/ifi/english/people/aca/alessiob/) - Center for Inegrative Neurolasticity (CINPLA), Department of Biosciences, Physics, and Informatics, University of Oslo, Oslo, Norway

[Jeremy Magland](https://www.simonsfoundation.org/team/jeremy-magland/) - Center for Computational Biology (CCB), Flatiron Institute, New York, United States

[Matthias Hennig](http://homepages.inf.ed.ac.uk/mhennig/) - The Institute for Adaptive and Neural Computation (ANC), University of Edinburgh, Edinburgh, Scotland

[Samuel Garcia](https://github.com/samuelgarcia) - Centre de Recherche en Neuroscience de Lyon (CRNL), Lyon, France

<br/>
<br/>
For any correspondence, contact Cole Hurwitz at colehurwitz@gmail.com


