.flake8
.gitignore
LICENSE
README.md
pyproject.toml
setup.py
.codeocean/datasets.json
.codeocean/resources.json
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/user-story.md
.github/workflows/init.yml
.github/workflows/tag_and_publish.yml
.github/workflows/test_and_lint.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/_static/dark-logo.svg
docs/source/_static/favicon.ico
docs/source/_static/light-logo.svg
environment/Dockerfile
environment/postInstall
notebook/efel.ipynb
notebook/playground.ipynb
src/LCNE_patchseq_analysis/__init__.py
src/LCNE_patchseq_analysis/panel_nwb_viz.py
src/LCNE_patchseq_analysis.egg-info/PKG-INFO
src/LCNE_patchseq_analysis.egg-info/SOURCES.txt
src/LCNE_patchseq_analysis.egg-info/dependency_links.txt
src/LCNE_patchseq_analysis.egg-info/requires.txt
src/LCNE_patchseq_analysis.egg-info/top_level.txt
src/LCNE_patchseq_analysis/data_util/__init__.py
src/LCNE_patchseq_analysis/data_util/metadata.py
src/LCNE_patchseq_analysis/data_util/nwb.py
src/LCNE_patchseq_analysis/efel/__init__.py
src/LCNE_patchseq_analysis/efel/core.py
src/LCNE_patchseq_analysis/efel/efel_per_spike_features.json
src/LCNE_patchseq_analysis/efel/io.py
src/LCNE_patchseq_analysis/efel/pipeline.py
src/LCNE_patchseq_analysis/efel/plot.py
src/LCNE_patchseq_analysis/pipeline_util/__init__.py
src/LCNE_patchseq_analysis/pipeline_util/ephys.py
src/LCNE_patchseq_analysis/pipeline_util/lims.py
src/LCNE_patchseq_analysis/pipeline_util/metadata.py
tests/__init__.py
tests/test_example.py