.flake8
.gitignore
.readthedocs.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.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/publish_dev.yml
.github/workflows/run_dev_tests.yml
.github/workflows/run_main_tests.yml
.github/workflows/tag_and_publish_main.yml
.github/workflows/update_docs.yml
docs/Makefile
docs/make.bat
docs/source/acquisition.rst
docs/source/aind_data_schema.components.rst
docs/source/aind_data_schema.core.rst
docs/source/aind_data_schema.rst
docs/source/aind_data_schema.utils.rst
docs/source/aind_data_schema.visualizations.rst
docs/source/conf.py
docs/source/data_description.rst
docs/source/data_organization.rst
docs/source/diagrams.rst
docs/source/general.rst
docs/source/index.rst
docs/source/modules.rst
docs/source/procedures.rst
docs/source/processing.rst
docs/source/rig.rst
docs/source/session.rst
docs/source/session_image_1.png
docs/source/session_image_2.png
docs/source/session_image_3.png
docs/source/subject.rst
docs/source/_static/dark-logo.svg
docs/source/_static/favicon.ico
docs/source/_static/light-logo.svg
docs/source/example_workflow/example_workflow.py
docs/source/example_workflow/example_workflow.rst
docs/source/example_workflow/example_workflow.xlsx
examples/aibs_smartspim_instrument.json
examples/aibs_smartspim_instrument.py
examples/aibs_smartspim_procedures.json
examples/aibs_smartspim_procedures.py
examples/aind_smartspim_instrument.json
examples/aind_smartspim_instrument.py
examples/bergamo_ophys_session.json
examples/bergamo_ophys_session.py
examples/data_description.json
examples/data_description.py
examples/ephys_rig.json
examples/ephys_rig.py
examples/ephys_session.json
examples/ephys_session.py
examples/exaspim_acquisition.json
examples/exaspim_acquisition.py
examples/exaspim_instrument.json
examples/exaspim_instrument.py
examples/fip_behavior_rig.json
examples/fip_behavior_rig.py
examples/fip_ophys_rig.json
examples/fip_ophys_rig.py
examples/mri_session.json
examples/mri_session.py
examples/multiplane_ophys_session.json
examples/multiplane_ophys_session.py
examples/ophys_procedures.json
examples/ophys_procedures.py
examples/ophys_session.json
examples/ophys_session.py
examples/procedures.json
examples/procedures.py
examples/processing.json
examples/processing.py
examples/quality_control.json
examples/quality_control.py
examples/subject.json
examples/subject.py
schemas/acquisition_schema.json
schemas/data_description_schema.json
schemas/instrument_schema.json
schemas/metadata_schema.json
schemas/procedures_schema.json
schemas/processing_schema.json
schemas/quality_control_schema.json
schemas/rig_schema.json
schemas/session_schema.json
schemas/subject_schema.json
src/aind_data_schema/__init__.py
src/aind_data_schema/base.py
src/aind_data_schema.egg-info/PKG-INFO
src/aind_data_schema.egg-info/SOURCES.txt
src/aind_data_schema.egg-info/dependency_links.txt
src/aind_data_schema.egg-info/requires.txt
src/aind_data_schema.egg-info/top_level.txt
src/aind_data_schema/components/__init__.py
src/aind_data_schema/components/coordinates.py
src/aind_data_schema/components/devices.py
src/aind_data_schema/components/reagent.py
src/aind_data_schema/components/stimulus.py
src/aind_data_schema/components/tile.py
src/aind_data_schema/core/__init__.py
src/aind_data_schema/core/acquisition.py
src/aind_data_schema/core/data_description.py
src/aind_data_schema/core/instrument.py
src/aind_data_schema/core/metadata.py
src/aind_data_schema/core/procedures.py
src/aind_data_schema/core/processing.py
src/aind_data_schema/core/quality_control.py
src/aind_data_schema/core/rig.py
src/aind_data_schema/core/session.py
src/aind_data_schema/core/subject.py
src/aind_data_schema/utils/__init__.py
src/aind_data_schema/utils/compatibility_check.py
src/aind_data_schema/utils/diagrams.py
src/aind_data_schema/utils/examples_generator.py
src/aind_data_schema/utils/json_writer.py
src/aind_data_schema/utils/schema_version_bump.py
src/aind_data_schema/visualizations/__init__.py
src/aind_data_schema/visualizations/plot_session.py
src/aind_data_schema/visualizations/plot_timeline.py
tests/__init__.py
tests/test_aind_generic.py
tests/test_base.py
tests/test_bump_schema_versions.py
tests/test_data_description.py
tests/test_device.py
tests/test_diagram_builder.py
tests/test_examples.py
tests/test_examples_generator.py
tests/test_imaging.py
tests/test_json_writer.py
tests/test_metadata.py
tests/test_procedures.py
tests/test_processing.py
tests/test_quality_control.py
tests/test_rig.py
tests/test_rig_session_compatibility.py
tests/test_session.py
tests/test_subject.py
tests/resources/ephys_data_description/data_description_0.10.0.json
tests/resources/ephys_data_description/data_description_0.3.0.json
tests/resources/ephys_data_description/data_description_0.3.0_wrong_field.json
tests/resources/ephys_data_description/data_description_0.4.0.json
tests/resources/ephys_data_description/data_description_0.6.0.json
tests/resources/ephys_data_description/data_description_0.6.2.json
tests/resources/ephys_data_description/data_description_0.6.2_wrong_field.json