.flake8
.gitignore
.readthedocs.yaml
LICENSE
README.md
THIRD_PARTY_LICENSES.md
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/user-story.md
.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/aind-ephys-utils.png
docs/source/_static/condition_unit_time_array.png
docs/source/_static/dark-logo.svg
docs/source/_static/favicon.ico
docs/source/_static/light-logo.svg
docs/source/_static/trial_array.png
docs/source/_static/trial_unit_time_array.png
docs/source/_static/unit_array.png
docs/source/adapters/from_dataframe.rst
docs/source/adapters/index.rst
docs/source/concepts/conventions.rst
docs/source/concepts/data_model.rst
docs/source/concepts/index.rst
docs/source/concepts/xarray_primer.rst
docs/source/getting_started/design_principles.rst
docs/source/getting_started/quickstart.rst
docs/source/getting_started/troubleshooting.rst
docs/source/ops/align.rst
docs/source/ops/baseline.rst
docs/source/ops/bin.rst
docs/source/ops/index.rst
docs/source/ops/normalize.rst
docs/source/ops/pseudopop.rst
docs/source/ops/psth.rst
docs/source/ops/restrict.rst
docs/source/ops/smooth.rst
docs/source/ops/reduce/coding_direction.rst
docs/source/ops/reduce/dpca.rst
docs/source/ops/reduce/gpfa.rst
docs/source/ops/reduce/index.rst
docs/source/ops/reduce/lda.rst
docs/source/ops/reduce/logistic.rst
docs/source/ops/reduce/pca.rst
docs/source/ops/reduce/rrr.rst
docs/source/plots/index.rst
docs/source/plots/psth.rst
docs/source/plots/raster.rst
docs/source/plots/trajectory.rst
docs/source/tutorials/decoding.rst
docs/source/tutorials/from_dataframe.rst
docs/source/tutorials/index.rst
docs/source/tutorials/trial_aligned_psth.rst
scripts/run_linters_and_checks.sh
src/aind_ephys_utils/__init__.py
src/aind_ephys_utils/align.py
src/aind_ephys_utils/config.py
src/aind_ephys_utils.egg-info/PKG-INFO
src/aind_ephys_utils.egg-info/SOURCES.txt
src/aind_ephys_utils.egg-info/dependency_links.txt
src/aind_ephys_utils.egg-info/requires.txt
src/aind_ephys_utils.egg-info/top_level.txt
src/aind_ephys_utils/accessors/__init__.py
src/aind_ephys_utils/accessors/dataarray.py
src/aind_ephys_utils/adapters/__init__.py
src/aind_ephys_utils/adapters/dataframe.py
src/aind_ephys_utils/metrics/__init__.py
src/aind_ephys_utils/metrics/latency.py
src/aind_ephys_utils/ops/__init__.py
src/aind_ephys_utils/ops/align.py
src/aind_ephys_utils/ops/baseline.py
src/aind_ephys_utils/ops/bin.py
src/aind_ephys_utils/ops/normalize.py
src/aind_ephys_utils/ops/pseudopop.py
src/aind_ephys_utils/ops/psth.py
src/aind_ephys_utils/ops/reduce.py
src/aind_ephys_utils/ops/restrict.py
src/aind_ephys_utils/ops/smooth.py
src/aind_ephys_utils/ops/_internal/__init__.py
src/aind_ephys_utils/ops/_internal/dpca.py
src/aind_ephys_utils/ops/_internal/gpfa.py
src/aind_ephys_utils/ops/_internal/utils.py
src/aind_ephys_utils/plots/__init__.py
src/aind_ephys_utils/plots/allen_structure_tree.csv
src/aind_ephys_utils/plots/annotations.py
src/aind_ephys_utils/plots/colors.py
src/aind_ephys_utils/plots/psth.py
src/aind_ephys_utils/plots/raster.py
src/aind_ephys_utils/plots/trajectory.py
src/aind_ephys_utils/standards/__init__.py
src/aind_ephys_utils/standards/conventions.py
src/aind_ephys_utils/standards/validate.py
tests/__init__.py
tests/test_accessor.py
tests/test_adapters.py
tests/test_align.py
tests/test_config.py
tests/test_ops.py
tests/test_plots.py
tests/test_reduce_correctness.py
tests/test_standards.py