LICENSE
MANIFEST.in
README.md
pyproject.toml
src/antelop.egg-info/PKG-INFO
src/antelop.egg-info/SOURCES.txt
src/antelop.egg-info/dependency_links.txt
src/antelop.egg-info/entry_points.txt
src/antelop.egg-info/requires.txt
src/antelop.egg-info/top_level.txt
src/antelope/__init__.py
src/antelope/analysis/__init__.py
src/antelope/analysis/firing_rate.py
src/antelope/analysis/hello_world.py
src/antelope/analysis/isi.py
src/antelope/analysis/sta.py
src/antelope/configs/.streamlit/config.toml
src/antelope/configs/.streamlit/credentials.toml
src/antelope/connection/__init__.py
src/antelope/connection/connect.py
src/antelope/connection/import_schemas.py
src/antelope/connection/permission.py
src/antelope/gui/__init__.py
src/antelope/gui/config.py
src/antelope/gui/export.py
src/antelope/gui/home.py
src/antelope/gui/nopermission.py
src/antelope/gui/search.py
src/antelope/gui/session.py
src/antelope/gui/admin/__init__.py
src/antelope/gui/admin/permanent_delete.py
src/antelope/gui/admin/release_computation.py
src/antelope/gui/admin/restore.py
src/antelope/gui/analysis/__init__.py
src/antelope/gui/analysis/analysis.py
src/antelope/gui/analysis/reproduce.py
src/antelope/gui/behaviour/__init__.py
src/antelope/gui/behaviour/add_features.py
src/antelope/gui/behaviour/define_rig.py
src/antelope/gui/behaviour/extract_kinematics.py
src/antelope/gui/behaviour/import_data.py
src/antelope/gui/behaviour/label_frames.py
src/antelope/gui/behaviour/recompute_masks.py
src/antelope/gui/behaviour/train_dlc.py
src/antelope/gui/ephys/__init__.py
src/antelope/gui/ephys/manual_curation.py
src/antelope/gui/ephys/probe_geometry.py
src/antelope/gui/ephys/probe_insertion.py
src/antelope/gui/ephys/schedule_spikesorting.py
src/antelope/gui/ephys/spikesorting_parameters.py
src/antelope/gui/ephys/upload_recording.py
src/antelope/gui/visualisation/kinematics.py
src/antelope/gui/visualisation/rasters.py
src/antelope/gui/visualisation/waveforms.py
src/antelope/load_connection/__init__.py
src/antelope/resources/behaviour.png
src/antelope/resources/ephys.png
src/antelope/resources/ephys_extensions.json
src/antelope/resources/session.png
src/antelope/resources/spikesorter_default_params.json
src/antelope/resources/spikesorter_descriptions.json
src/antelope/resources/probes/neuropixels1.0_long.json
src/antelope/resources/probes/neuropixels1.0_medium.json
src/antelope/resources/probes/neuropixels1.0_short.json
src/antelope/resources/probes/tetrode_1.json
src/antelope/resources/probes/tetrode_16.json
src/antelope/resources/probes/tetrode_2.json
src/antelope/resources/probes/tetrode_4.json
src/antelope/resources/probes/tetrode_8.json
src/antelope/schemas/_init__.py
src/antelope/schemas/behaviour.py
src/antelope/schemas/ephys.py
src/antelope/schemas/metadata.py
src/antelope/scripts/__init__.py
src/antelope/scripts/antelope_python.py
src/antelope/scripts/app.py
src/antelope/scripts/find_port.py
src/antelope/scripts/hold_conn.py
src/antelope/scripts/make_config.py
src/antelope/scripts/make_probes.py
src/antelope/scripts/plot_diagrams.py
src/antelope/scripts/populate_experimenter.py
src/antelope/scripts/run_gui.py
src/antelope/scripts/start_workflows.py
src/antelope/utils/__init__.py
src/antelope/utils/analysis_base.py
src/antelope/utils/analysis_utils.py
src/antelope/utils/antelope_utils.py
src/antelope/utils/datajoint_utils.py
src/antelope/utils/external_utils.py
src/antelope/utils/hash_utils.py
src/antelope/utils/multithreading_utils.py
src/antelope/utils/os_utils.py
src/antelope/utils/streamlit_utils.py
src/antelope/utils/visualisation_utils.py