Metadata-Version: 2.1
Name: naplib
Version: 0.1.0
Summary: Tools and functions for neural data processing and analysis in python
Home-page: https://github.com/naplab/naplib-python
Author: ('Gavin Mischler', 'Vinay Raghavan', 'Menoua Keshishian')
Author-email: gm2944@columbia.edu
License: MIT
Project-URL: Source, https://github.com/naplab/naplib-python
Project-URL: Tracker, https://github.com/naplab/naplib-python/issues/
Description: # naplib-python
        Tools and functions for neural acoustic data processing and analysis in python. The documentation can be acccessed at the link below. It contains the API reference as well as example notebooks.
        
        - [**Documentation**](https://naplib-python.readthedocs.io/en/latest/index.html)
        - [**Examples**](https://naplib-python.readthedocs.io/en/latest/examples/index.html)
        - [**License**](https://naplib-python.readthedocs.io/en/latest/license.html)
        
        ## Installation
        
        To install or update this package through pip, run the following command:
        
        ```bash
        pip install git+https://github.com/naplab/naplib-python.git
        ```
        
        ## API
        
        The basic data structure for storing neural recording data is the OutStruct, which contains neural recordings and other variables associated with different trials/stimuli. Examples of loading and using this data structure can be found in the documentation and the docs/examples/ folder.
        
        ### OutStruct Data Structure Schematic
        
        <p align="center">
          <img width=650 src="docs/figures/naplib-python-outstruct-figure.png" />
        </p>
        
        ## Contributions
        
        naplib-python is built by the [Neural Acoustic Processing Lab](http://naplab.ee.columbia.edu/) at Columbia University. We primarily use it for processing neural data coming from electrocorticography (ECoG) and electroencephalography (EEG) along with paired audio stimuli in order to study the auditory cortex. You are free to use the software according to its license, and we welcome contributions if you would like to propose changes, additions, or fixes. See our [**contribution guide**](https://naplib-python.readthedocs.io/en/latest/contributing.html) for more details.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
