.coveragerc
.gitattributes
.gitignore
.gitmodules
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASE_GUIDE.md
lychee.toml
pyproject.toml
qlty.toml
setup.py
.context/ideas.md
.context/plan.md
.context/research.md
.context/scratch_history.md
.github/copilot-instructions.md
.github/dependabot.yml
.github/workflows/ci.yaml
.github/workflows/ci_cov.yaml
.github/workflows/ci_windows.yaml
.github/workflows/claude-code-review.yml
.github/workflows/claude.yml
.github/workflows/docs.yaml
.github/workflows/links.yaml
.github/workflows/mdformat.yaml
.github/workflows/notebook_tests.yaml
.github/workflows/ruff.yaml
.github/workflows/spec_tests.yaml
.github/workflows/test_installer.yaml
.github/workflows/typos.yaml
.rules/ci_cd.md
.rules/code_review.md
.rules/git.md
.rules/python.md
.rules/testing.md
benchmarks/data_generator.py
benchmarks/report.py
benchmarks/search_benchmark.py
docs/conf.py
docs/index.rst
docs/search_details.md
docs/user_guide.md
docs/_static/custom.css
docs/_static/gh_icon_fix.js
docs/_static/images/benchmark_compile_vs_search.png
docs/_static/images/benchmark_query_heatmap.png
docs/_static/images/benchmark_real_data.png
docs/_static/images/benchmark_schema_lookup.png
docs/_static/images/benchmark_series_scaling.png
docs/_static/images/benchmark_sweep_compile_vs_search.png
docs/_static/images/benchmark_sweep_deep_nest_bare_term.png
docs/_static/images/benchmark_sweep_deep_nest_exact_group.png
docs/_static/images/benchmark_sweep_deep_nest_group_match.png
docs/_static/images/benchmark_sweep_deep_nest_negation.png
docs/_static/images/benchmark_sweep_deep_nest_two_and.png
docs/_static/images/benchmark_sweep_group_count.png
docs/_static/images/benchmark_sweep_nesting_depth.png
docs/_static/images/benchmark_sweep_per_operation.png
docs/_static/images/benchmark_sweep_query_complexity.png
docs/_static/images/benchmark_sweep_repeated_tags.png
docs/_static/images/benchmark_sweep_schema_lookup.png
docs/_static/images/benchmark_sweep_series_size.png
docs/_static/images/benchmark_sweep_string_form.png
docs/_static/images/benchmark_sweep_tag_count.png
docs/_static/images/croppedWideLogo.png
docs/_templates/base.html
docs/_templates/quicklinks.html
docs/_templates/sidebar/brand.html
docs/api/errors.rst
docs/api/index.rst
docs/api/models.rst
docs/api/schema.rst
docs/api/tools.rst
docs/api/validator.rst
examples/README.md
examples/extract_json_template.ipynb
examples/find_event_combinations.ipynb
examples/merge_spreadsheet_into_sidecar.ipynb
examples/sidecar_to_spreadsheet.ipynb
examples/summarize_events.ipynb
examples/validate_bids_dataset.ipynb
examples/validate_bids_dataset_nondefault.ipynb
examples/validate_bids_dataset_with_libraries.ipynb
examples/validate_bids_datasets.ipynb
hed/__init__.py
hed/_version.py
hed/cli/__init__.py
hed/cli/cli.py
hed/errors/__init__.py
hed/errors/error_messages.py
hed/errors/error_reporter.py
hed/errors/error_types.py
hed/errors/exceptions.py
hed/errors/known_error_codes.py
hed/errors/schema_error_messages.py
hed/models/__init__.py
hed/models/base_input.py
hed/models/basic_search.py
hed/models/basic_search_util.py
hed/models/column_mapper.py
hed/models/column_metadata.py
hed/models/def_expand_gather.py
hed/models/definition_dict.py
hed/models/definition_entry.py
hed/models/df_util.py
hed/models/hed_group.py
hed/models/hed_string.py
hed/models/hed_tag.py
hed/models/model_constants.py
hed/models/query_expressions.py
hed/models/query_handler.py
hed/models/query_service.py
hed/models/query_util.py
hed/models/schema_lookup.py
hed/models/sidecar.py
hed/models/spreadsheet_input.py
hed/models/string_search.py
hed/models/string_util.py
hed/models/tabular_input.py
hed/models/timeseries_input.py
hed/schema/__init__.py
hed/schema/hed_cache.py
hed/schema/hed_cache_lock.py
hed/schema/hed_schema.py
hed/schema/hed_schema_base.py
hed/schema/hed_schema_constants.py
hed/schema/hed_schema_entry.py
hed/schema/hed_schema_group.py
hed/schema/hed_schema_io.py
hed/schema/hed_schema_section.py
hed/schema/schema_comparer.py
hed/schema/schema_header_util.py
hed/schema/schema_data/HED8.0.0.xml
hed/schema/schema_data/HED8.1.0.xml
hed/schema/schema_data/HED8.2.0.xml
hed/schema/schema_data/HED8.3.0.xml
hed/schema/schema_data/HED8.4.0.xml
hed/schema/schema_data/HED_lang_1.0.0.xml
hed/schema/schema_data/HED_lang_1.1.0.xml
hed/schema/schema_data/HED_score_1.0.0.xml
hed/schema/schema_data/HED_score_1.1.0.xml
hed/schema/schema_data/HED_score_2.0.0.xml
hed/schema/schema_data/HED_score_2.1.0.xml
hed/schema/schema_data/HED_testlib_1.0.2.xml
hed/schema/schema_data/HED_testlib_2.0.0.xml
hed/schema/schema_data/HED_testlib_2.1.0.xml
hed/schema/schema_data/HED_testlib_3.0.0.xml
hed/schema/schema_data/library_data/library_data.json
hed/schema/schema_io/__init__.py
hed/schema/schema_io/base2schema.py
hed/schema/schema_io/df2schema.py
hed/schema/schema_io/df_constants.py
hed/schema/schema_io/df_util.py
hed/schema/schema_io/hed_id_util.py
hed/schema/schema_io/json2schema.py
hed/schema/schema_io/json_constants.py
hed/schema/schema_io/schema2base.py
hed/schema/schema_io/schema2df.py
hed/schema/schema_io/schema2json.py
hed/schema/schema_io/schema2wiki.py
hed/schema/schema_io/schema2xml.py
hed/schema/schema_io/schema_util.py
hed/schema/schema_io/text_util.py
hed/schema/schema_io/wiki2schema.py
hed/schema/schema_io/wiki_constants.py
hed/schema/schema_io/xml2schema.py
hed/schema/schema_io/xml_constants.py
hed/schema/schema_validation/__init__.py
hed/schema/schema_validation/attribute_validators.py
hed/schema/schema_validation/compliance.py
hed/schema/schema_validation/compliance_summary.py
hed/schema/schema_validation/hed_id_validator.py
hed/schema/schema_validation/validation_util.py
hed/scripts/__init__.py
hed/scripts/add_hed_ids.py
hed/scripts/check_schema_loading.py
hed/scripts/extract_tabular_summary.py
hed/scripts/hed_convert_schema.py
hed/scripts/hed_extract_bids_sidecar.py
hed/scripts/schema_script_util.py
hed/scripts/script_utils.py
hed/scripts/validate_bids.py
hed/scripts/validate_hed_sidecar.py
hed/scripts/validate_hed_string.py
hed/scripts/validate_hed_tabular.py
hed/scripts/validate_schemas.py
hed/tools/__init__.py
hed/tools/analysis/__init__.py
hed/tools/analysis/annotation_util.py
hed/tools/analysis/column_name_summary.py
hed/tools/analysis/event_checker.py
hed/tools/analysis/event_manager.py
hed/tools/analysis/events_summary.py
hed/tools/analysis/file_dictionary.py
hed/tools/analysis/hed_tag_counts.py
hed/tools/analysis/hed_tag_manager.py
hed/tools/analysis/hed_type.py
hed/tools/analysis/hed_type_counts.py
hed/tools/analysis/hed_type_defs.py
hed/tools/analysis/hed_type_factors.py
hed/tools/analysis/hed_type_manager.py
hed/tools/analysis/key_map.py
hed/tools/analysis/tabular_summary.py
hed/tools/analysis/temporal_event.py
hed/tools/bids/__init__.py
hed/tools/bids/bids_dataset.py
hed/tools/bids/bids_file.py
hed/tools/bids/bids_file_group.py
hed/tools/bids/bids_sidecar_file.py
hed/tools/bids/bids_tabular_file.py
hed/tools/bids/bids_util.py
hed/tools/util/__init__.py
hed/tools/util/data_util.py
hed/tools/util/io_util.py
hed/tools/util/schema_util.py
hed/validator/__init__.py
hed/validator/def_validator.py
hed/validator/hed_validator.py
hed/validator/onset_validator.py
hed/validator/reserved_checker.py
hed/validator/sidecar_validator.py
hed/validator/spreadsheet_validator.py
hed/validator/data/class_regex.json
hed/validator/data/reservedTags.json
hed/validator/util/__init__.py
hed/validator/util/char_util.py
hed/validator/util/class_util.py
hed/validator/util/dup_util.py
hed/validator/util/group_util.py
hed/validator/util/string_util.py
hed/validator/util/tag_util.py
hedtools.egg-info/PKG-INFO
hedtools.egg-info/SOURCES.txt
hedtools.egg-info/dependency_links.txt
hedtools.egg-info/entry_points.txt
hedtools.egg-info/requires.txt
hedtools.egg-info/top_level.txt
spec_tests/README.md
spec_tests/__init__.py
spec_tests/check_setup.py
spec_tests/test_bids_datasets.py
spec_tests/test_errors.py
spec_tests/test_hed_cache.py
spec_tests/test_loading_schemas.py
spec_tests/test_sidecar.json
tests/__init__.py
tests/test_cli_parameter_parity.py
tests/test_notebooks.py
tests/test_pandas3_compat.py
tests/data/bids_tests/eeg_ds003645s_hed_remodel.zip
tests/data/bids_tests/eeg_ds003645s_empty/CHANGES
tests/data/bids_tests/eeg_ds003645s_empty/README
tests/data/bids_tests/eeg_ds003645s_empty/dataset_description.json
tests/data/bids_tests/eeg_ds003645s_empty/participants.json
tests/data/bids_tests/eeg_ds003645s_empty/participants.tsv
tests/data/bids_tests/eeg_ds003645s_empty/task-FacePerception_events.json
tests/data/bids_tests/eeg_ds003645s_empty/sub-004/eeg/sub-004_task-FacePerception_run-1_eeg.json
tests/data/bids_tests/eeg_ds003645s_empty/sub-004/eeg/sub-004_task-FacePerception_run-1_eeg.set
tests/data/bids_tests/eeg_ds003645s_empty/sub-004/eeg/sub-004_task-FacePerception_run-1_events.tsv
tests/data/bids_tests/eeg_ds003645s_empty/sub-004/eeg/sub-004_task-FacePerception_run-2_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed/CHANGES
tests/data/bids_tests/eeg_ds003645s_hed/README
tests/data/bids_tests/eeg_ds003645s_hed/dataset_description.json
tests/data/bids_tests/eeg_ds003645s_hed/participants.json
tests/data/bids_tests/eeg_ds003645s_hed/participants.tsv
tests/data/bids_tests/eeg_ds003645s_hed/task-FacePerception_events.json
tests/data/bids_tests/eeg_ds003645s_hed/stimuli/circle.bmp
tests/data/bids_tests/eeg_ds003645s_hed/stimuli/cross.bmp
tests/data/bids_tests/eeg_ds003645s_hed/stimuli/f004.bmp
tests/data/bids_tests/eeg_ds003645s_hed/sub-002/eeg/sub-002_task-FacePerception_run-1_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed/sub-002/eeg/sub-002_task-FacePerception_run-1_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed/sub-002/eeg/sub-002_task-FacePerception_run-1_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed/sub-002/eeg/sub-002_task-FacePerception_run-1_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed/sub-002/eeg/sub-002_task-FacePerception_run-2_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed/sub-002/eeg/sub-002_task-FacePerception_run-2_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed/sub-002/eeg/sub-002_task-FacePerception_run-2_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed/sub-002/eeg/sub-002_task-FacePerception_run-2_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed/sub-002/eeg/sub-002_task-FacePerception_run-3_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed/sub-002/eeg/sub-002_task-FacePerception_run-3_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed/sub-002/eeg/sub-002_task-FacePerception_run-3_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed/sub-002/eeg/sub-002_task-FacePerception_run-3_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed/sub-003/eeg/sub-003_task-FacePerception_run-1_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed/sub-003/eeg/sub-003_task-FacePerception_run-1_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed/sub-003/eeg/sub-003_task-FacePerception_run-1_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed/sub-003/eeg/sub-003_task-FacePerception_run-1_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed/sub-003/eeg/sub-003_task-FacePerception_run-2_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed/sub-003/eeg/sub-003_task-FacePerception_run-2_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed/sub-003/eeg/sub-003_task-FacePerception_run-2_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed/sub-003/eeg/sub-003_task-FacePerception_run-2_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed/sub-003/eeg/sub-003_task-FacePerception_run-3_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed/sub-003/eeg/sub-003_task-FacePerception_run-3_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed/sub-003/eeg/sub-003_task-FacePerception_run-3_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed/sub-003/eeg/sub-003_task-FacePerception_run-3_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/CHANGES
tests/data/bids_tests/eeg_ds003645s_hed_demo/README.md
tests/data/bids_tests/eeg_ds003645s_hed_demo/dataset_description.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/participants.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/participants.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/samples.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/samples.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/task-FacePerception_events.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/task-FaceRecognition_beh.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/task-dualWalking_events.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/phenotype/KSSSleep.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/phenotype/KSSSleep.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/phenotype/trainLog.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/phenotype/trainLog.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-002/sub-002_scans.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-002/sub-002_scans.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-002/ses-1/beh/sub-002_ses-1_task-FaceRecognition_beh.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-002/ses-1/eeg/sub-002_ses-1_task-FacePerception_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-002/ses-1/eeg/sub-002_ses-1_task-FacePerception_run-1_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-002/ses-1/eeg/sub-002_ses-1_task-FacePerception_run-1_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-002/ses-1/eeg/sub-002_ses-1_task-FacePerception_run-1_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-002/ses-1/eeg/sub-002_ses-1_task-FacePerception_run-2_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-002/ses-1/eeg/sub-002_ses-1_task-FacePerception_run-2_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-002/ses-1/eeg/sub-002_ses-1_task-FacePerception_run-2_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-002/ses-1/eeg/sub-002_ses-1_task-FacePerception_run-3_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-002/ses-1/eeg/sub-002_ses-1_task-FacePerception_run-3_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-002/ses-1/eeg/sub-002_ses-1_task-FacePerception_run-3_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-003/sub-003_scans.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-003/sub-003_scans.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-003/ses-1/eeg/sub-003_ses-1_task-FacePerception_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-003/ses-1/eeg/sub-003_ses-1_task-FacePerception_run-1_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-003/ses-1/eeg/sub-003_ses-1_task-FacePerception_run-1_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-003/ses-1/eeg/sub-003_ses-1_task-FacePerception_run-1_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-003/ses-1/eeg/sub-003_ses-1_task-FacePerception_run-2_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-003/ses-1/eeg/sub-003_ses-1_task-FacePerception_run-2_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-003/ses-1/eeg/sub-003_ses-1_task-FacePerception_run-2_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-003/ses-1/eeg/sub-003_ses-1_task-FacePerception_run-3_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-003/ses-1/eeg/sub-003_ses-1_task-FacePerception_run-3_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-003/ses-1/eeg/sub-003_ses-1_task-FacePerception_run-3_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/sub-004_ses-1_headshape.pos
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/sub-004_ses-1_scans.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/sub-004_ses-1_scans.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/anat/sub-004_ses-1_mod-T1w_defacemask.nii.gz
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/beh/sub-004_ses-1_task-FaceRecognition_beh.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/eeg/sub-004_ses-1_coordsystem.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/eeg/sub-004_ses-1_electrodes.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/eeg/sub-004_ses-1_task-FacePerception_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/eeg/sub-004_ses-1_task-FacePerception_run-1_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/eeg/sub-004_ses-1_task-FacePerception_run-1_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/eeg/sub-004_ses-1_task-FacePerception_run-1_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/eeg/sub-004_ses-1_task-FacePerception_run-2_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/eeg/sub-004_ses-1_task-FacePerception_run-2_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/eeg/sub-004_ses-1_task-FacePerception_run-2_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/eeg/sub-004_ses-1_task-FacePerception_run-3_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/eeg/sub-004_ses-1_task-FacePerception_run-3_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/eeg/sub-004_ses-1_task-FacePerception_run-3_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/micr/sub-004_ses-1_sample-A_photo.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/micr/sub-004_ses-1_sample-A_photo.png
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/micr/sub-004_ses-1_sample-A_stain-LFB_chunk-01_SPIM.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/micr/sub-004_ses-1_sample-A_stain-LFB_chunk-01_SPIM.ome.tif
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/micr/sub-004_ses-1_sample-A_stain-LFB_chunk-02_SPIM.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/micr/sub-004_ses-1_sample-A_stain-LFB_chunk-02_SPIM.ome.tif
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/micr/sub-004_ses-1_sample-A_stain-LFB_chunk-03_SPIM.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/micr/sub-004_ses-1_sample-A_stain-LFB_chunk-03_SPIM.ome.tif
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/micr/sub-004_ses-1_sample-A_stain-LFB_chunk-04_SPIM.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-1/micr/sub-004_ses-1_sample-A_stain-LFB_chunk-04_SPIM.ome.tif
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-2/sub-004_ses-2_scans.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-2/eeg/sub-004_ses-2_task-dualWalking_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-2/eeg/sub-004_ses-2_task-dualWalking_eeg.eeg
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-2/eeg/sub-004_ses-2_task-dualWalking_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-2/eeg/sub-004_ses-2_task-dualWalking_eeg.vhdr
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-2/eeg/sub-004_ses-2_task-dualWalking_eeg.vmrk
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-2/eeg/sub-004_ses-2_task-dualWalking_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-2/motion/sub-004_ses-2_task-dualWalking_tracksys-PhaseSpace1_channels.json
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-2/motion/sub-004_ses-2_task-dualWalking_tracksys-PhaseSpace1_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed_demo/sub-004/ses-2/motion/sub-004_ses-2_task-dualWalking_tracksys-PhaseSpace1_motion.json
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/CHANGES
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/README
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/dataset_description.json
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/participants.json
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/participants.tsv
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/task-FacePerception_events.json
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-002/sub-002_task-FacePerception_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-002/sub-002_task-FacePerception_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-002/sub-002_task-FacePerception_events.json
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-002/sub-002_task-FacePerception_run-1_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-002/sub-002_task-FacePerception_run-2_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-002/sub-002_task-FacePerception_run-3_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-002/eeg/sub-002_task-FacePerception_run-1_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-002/eeg/sub-002_task-FacePerception_run-2_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-002/eeg/sub-002_task-FacePerception_run-3_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-003/sub-003_task-FacePerception_events.json
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-003/eeg/sub-003_task-FacePerception_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-003/eeg/sub-003_task-FacePerception_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-003/eeg/sub-003_task-FacePerception_run-1_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-003/eeg/sub-003_task-FacePerception_run-1_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-003/eeg/sub-003_task-FacePerception_run-2_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-003/eeg/sub-003_task-FacePerception_run-2_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-003/eeg/sub-003_task-FacePerception_run-3_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_inheritance/sub-003/eeg/sub-003_task-FacePerception_run-3_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_library/CHANGES
tests/data/bids_tests/eeg_ds003645s_hed_library/README
tests/data/bids_tests/eeg_ds003645s_hed_library/dataset_description.json
tests/data/bids_tests/eeg_ds003645s_hed_library/participants.json
tests/data/bids_tests/eeg_ds003645s_hed_library/participants.tsv
tests/data/bids_tests/eeg_ds003645s_hed_library/task-FacePerception_events.json
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-002/eeg/sub-002_task-FacePerception_run-1_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-002/eeg/sub-002_task-FacePerception_run-1_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-002/eeg/sub-002_task-FacePerception_run-1_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-002/eeg/sub-002_task-FacePerception_run-1_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-002/eeg/sub-002_task-FacePerception_run-2_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-002/eeg/sub-002_task-FacePerception_run-2_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-002/eeg/sub-002_task-FacePerception_run-2_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-002/eeg/sub-002_task-FacePerception_run-2_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-002/eeg/sub-002_task-FacePerception_run-3_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-002/eeg/sub-002_task-FacePerception_run-3_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-002/eeg/sub-002_task-FacePerception_run-3_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-002/eeg/sub-002_task-FacePerception_run-3_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-003/eeg/sub-003_task-FacePerception_run-1_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-003/eeg/sub-003_task-FacePerception_run-1_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-003/eeg/sub-003_task-FacePerception_run-1_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-003/eeg/sub-003_task-FacePerception_run-1_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-003/eeg/sub-003_task-FacePerception_run-2_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-003/eeg/sub-003_task-FacePerception_run-2_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-003/eeg/sub-003_task-FacePerception_run-2_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-003/eeg/sub-003_task-FacePerception_run-2_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-003/eeg/sub-003_task-FacePerception_run-3_channels.tsv
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-003/eeg/sub-003_task-FacePerception_run-3_eeg.json
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-003/eeg/sub-003_task-FacePerception_run-3_eeg.set
tests/data/bids_tests/eeg_ds003645s_hed_library/sub-003/eeg/sub-003_task-FacePerception_run-3_events.tsv
tests/data/bids_tests/eeg_ds003645s_hed_remodel/derivatives/remodel/remodeling_files/summarize_columns_rmdl.json
tests/data/model_tests/ExcelMultipleSheets.xlsx
tests/data/model_tests/blank_column_name.tsv
tests/data/model_tests/duplicate_column_name.tsv
tests/data/model_tests/na_tag_column.tsv
tests/data/model_tests/na_value_column.json
tests/data/model_tests/na_value_column.tsv
tests/data/model_tests/no_column_header.tsv
tests/data/model_tests/no_column_header_definition.tsv
tests/data/model_tests/no_column_header_definition_long.tsv
tests/data/model_tests/no_column_header_long.tsv
tests/data/other_tests/attention_shift_remap_event_template_filled.tsv
tests/data/other_tests/bcit_baseline_driving_samplingRates.tsv
tests/data/other_tests/sternberg_map.tsv
tests/data/other_tests/sternberg_no_quotes_events.tsv
tests/data/other_tests/sternberg_test_events.tsv
tests/data/other_tests/sternberg_with_quotes_events.tsv
tests/data/other_tests/sub-001_task-AuditoryVisualShift_run-01_events.tsv
tests/data/other_tests/sub-002withHed_task-FacePerception_run-1_events.tsv
tests/data/other_tests/task-AuditoryVisualShift_events.json
tests/data/other_tests/task-FacePerceptionSmall_events.json
tests/data/schema_tests/HED8.0.0_2_value_classes.mediawiki
tests/data/schema_tests/HED8.0.0_2_value_classes.xml
tests/data/schema_tests/HED8.0.0t.xml
tests/data/schema_tests/HED8.1.0.xml
tests/data/schema_tests/HED8.2.0.mediawiki
tests/data/schema_tests/HED8.2.0.xml
tests/data/schema_tests/HED_testunpart_1.0.0.mediawiki
tests/data/schema_tests/added_prop.mediawiki
tests/data/schema_tests/added_prop.xml
tests/data/schema_tests/added_prop_with_usage.mediawiki
tests/data/schema_tests/added_prop_with_usage.xml
tests/data/schema_tests/duplicate_unit.mediawiki
tests/data/schema_tests/duplicate_unit.xml
tests/data/schema_tests/duplicate_unit_class.mediawiki
tests/data/schema_tests/duplicate_unit_class.xml
tests/data/schema_tests/schema_compare.mediawiki
tests/data/schema_tests/schema_compare2.mediawiki
tests/data/schema_tests/schema_utf8.mediawiki
tests/data/schema_tests/schema_utf8_dupe.mediawiki
tests/data/schema_tests/unknown_attribute.mediawiki
tests/data/schema_tests/unknown_attribute.xml
tests/data/schema_tests/merge_tests/HED8.2.0.xml
tests/data/schema_tests/merge_tests/HED_score_1.1.0.mediawiki
tests/data/schema_tests/merge_tests/HED_score_merged.mediawiki
tests/data/schema_tests/merge_tests/HED_score_merged.xml
tests/data/schema_tests/merge_tests/HED_score_unmerged.mediawiki
tests/data/schema_tests/merge_tests/HED_score_unmerged.xml
tests/data/schema_tests/merge_tests/add_all_types.mediawiki
tests/data/schema_tests/merge_tests/bad_sort_test.mediawiki
tests/data/schema_tests/merge_tests/basic_root.mediawiki
tests/data/schema_tests/merge_tests/basic_root.xml
tests/data/schema_tests/merge_tests/sorted_root.mediawiki
tests/data/schema_tests/merge_tests/sorted_root_merged.xml
tests/data/schema_tests/merge_tests/issues_tests/HED_badroot_0.0.1.mediawiki
tests/data/schema_tests/merge_tests/issues_tests/HED_dupesubroot_0.0.1.mediawiki
tests/data/schema_tests/merge_tests/issues_tests/HED_root_invalid1.mediawiki
tests/data/schema_tests/merge_tests/issues_tests/HED_root_invalid2.mediawiki
tests/data/schema_tests/merge_tests/issues_tests/HED_root_invalid3.mediawiki
tests/data/schema_tests/merge_tests/issues_tests/HED_root_wrong_place_0.0.1.mediawiki
tests/data/schema_tests/merge_tests/issues_tests/overlapping_tags1.mediawiki
tests/data/schema_tests/merge_tests/issues_tests/overlapping_tags2.mediawiki
tests/data/schema_tests/merge_tests/issues_tests/overlapping_tags3.mediawiki
tests/data/schema_tests/merge_tests/issues_tests/overlapping_tags4.mediawiki
tests/data/schema_tests/merge_tests/issues_tests/overlapping_unit_classes.mediawiki
tests/data/schema_tests/merge_tests/issues_tests/overlapping_units.mediawiki
tests/data/schema_tests/prerelease/HED8.3.0.xml
tests/data/schema_tests/prerelease/HED9.9.9.mediawiki
tests/data/schema_tests/prerelease/HED_testlib_2.1.0.xml
tests/data/schema_tests/prerelease/HED_testpre_1.0.0.mediawiki
tests/data/schema_tests/prologue_tests/test_extra_blank_line_end.mediawiki
tests/data/schema_tests/prologue_tests/test_extra_blank_line_end.xml
tests/data/schema_tests/prologue_tests/test_extra_blank_line_middle.mediawiki
tests/data/schema_tests/prologue_tests/test_extra_blank_line_middle.xml
tests/data/schema_tests/prologue_tests/test_extra_blank_line_start.mediawiki
tests/data/schema_tests/prologue_tests/test_extra_blank_line_start.xml
tests/data/schema_tests/prologue_tests/test_no_blank_line.mediawiki
tests/data/schema_tests/prologue_tests/test_no_blank_line.xml
tests/data/schema_tests/test_merge/HED_testlib_4.0.0.json
tests/data/schema_tests/test_merge/HED_testlib_4.0.0.mediawiki
tests/data/schema_tests/test_merge/HED_testlib_4.0.0.xml
tests/data/schema_tests/test_merge/HED_testlib_4.0.0/HED_testlib_4.0.0_AnnotationProperty.tsv
tests/data/schema_tests/test_merge/HED_testlib_4.0.0/HED_testlib_4.0.0_AnnotationPropertyExternal.tsv
tests/data/schema_tests/test_merge/HED_testlib_4.0.0/HED_testlib_4.0.0_AttributeProperty.tsv
tests/data/schema_tests/test_merge/HED_testlib_4.0.0/HED_testlib_4.0.0_DataProperty.tsv
tests/data/schema_tests/test_merge/HED_testlib_4.0.0/HED_testlib_4.0.0_ObjectProperty.tsv
tests/data/schema_tests/test_merge/HED_testlib_4.0.0/HED_testlib_4.0.0_Prefixes.tsv
tests/data/schema_tests/test_merge/HED_testlib_4.0.0/HED_testlib_4.0.0_Sources.tsv
tests/data/schema_tests/test_merge/HED_testlib_4.0.0/HED_testlib_4.0.0_Structure.tsv
tests/data/schema_tests/test_merge/HED_testlib_4.0.0/HED_testlib_4.0.0_Tag.tsv
tests/data/schema_tests/test_merge/HED_testlib_4.0.0/HED_testlib_4.0.0_Unit.tsv
tests/data/schema_tests/test_merge/HED_testlib_4.0.0/HED_testlib_4.0.0_UnitClass.tsv
tests/data/schema_tests/test_merge/HED_testlib_4.0.0/HED_testlib_4.0.0_UnitModifier.tsv
tests/data/schema_tests/test_merge/HED_testlib_4.0.0/HED_testlib_4.0.0_ValueClass.tsv
tests/data/schema_tests/wiki_tests/HED_default.mediawiki
tests/data/schema_tests/wiki_tests/HED_header_bad_library.mediawiki
tests/data/schema_tests/wiki_tests/HED_header_invalid.mediawiki
tests/data/schema_tests/wiki_tests/HED_header_invalid_version.mediawiki
tests/data/schema_tests/wiki_tests/HED_header_missing.mediawiki
tests/data/schema_tests/wiki_tests/HED_header_missing_version.mediawiki
tests/data/schema_tests/wiki_tests/HED_header_unknown_attribute.mediawiki
tests/data/schema_tests/wiki_tests/HED_hed_no_end.mediawiki
tests/data/schema_tests/wiki_tests/HED_schema_no_end.mediawiki
tests/data/schema_tests/wiki_tests/HED_schema_no_start.mediawiki
tests/data/schema_tests/wiki_tests/HED_schema_out_of_order.mediawiki
tests/data/schema_tests/wiki_tests/HED_separator_invalid.mediawiki
tests/data/schema_tests/wiki_tests/attribute_unknown1.mediawiki
tests/data/schema_tests/wiki_tests/empty_file.mediawiki
tests/data/schema_tests/wiki_tests/empty_node.mediawiki
tests/data/schema_tests/wiki_tests/empty_node.xml
tests/data/schema_tests/wiki_tests/malformed_line.mediawiki
tests/data/schema_tests/wiki_tests/malformed_line2.mediawiki
tests/data/schema_tests/wiki_tests/malformed_line3.mediawiki
tests/data/schema_tests/wiki_tests/malformed_line4.mediawiki
tests/data/schema_tests/wiki_tests/malformed_line5.mediawiki
tests/data/schema_tests/wiki_tests/malformed_line6.mediawiki
tests/data/schema_tests/wiki_tests/malformed_line7.mediawiki
tests/data/sidecar_tests/bad_refs_test2.json
tests/data/sidecar_tests/basic_refs_test.json
tests/data/sidecar_tests/both_types_events.json
tests/data/sidecar_tests/both_types_events_with_defs.json
tests/data/sidecar_tests/both_types_events_without_definitions.json
tests/data/sidecar_tests/json_errors.json
tests/data/sidecar_tests/json_errors_minor.json
tests/data/sidecar_tests/long_tag_test.json
tests/data/sidecar_tests/malformed_refs_test.json
tests/data/sidecar_tests/multiple_category_refs.json
tests/data/sidecar_tests/short_tag_test.json
tests/data/sidecar_tests/test_merged1.json
tests/data/sidecar_tests/test_merged2.json
tests/data/sidecar_tests/test_merged_merged.json
tests/data/spreadsheet_validator_tests/ExcelMultipleSheets.xlsx
tests/data/spreadsheet_validator_tests/ExcelMultipleSheets1.tsv
tests/data/validator_tests/ExcelMultipleSheets.xlsx
tests/data/validator_tests/HED8.0.0_added_tests.mediawiki
tests/data/validator_tests/bids_events.json
tests/data/validator_tests/bids_events_HED.json
tests/data/validator_tests/bids_events_HED.tsv
tests/data/validator_tests/bids_events_bad_category_key.tsv
tests/data/validator_tests/bids_events_bad_column_name.tsv
tests/data/validator_tests/bids_events_bad_defs.json
tests/data/validator_tests/bids_events_bad_defs2.json
tests/data/validator_tests/bids_events_invalid.tsv
tests/data/validator_tests/bids_events_invalid_columns.tsv
tests/data/validator_tests/bids_events_no_index.tsv
tests/data/validator_tests/bids_events_with_index.tsv
tests/data/validator_tests/bids_schema.mediawiki
tests/data/validator_tests/hed3_tags_single_sheet_bad_defs.xlsx
tests/data/validator_tests/tag_error_span_test.tsv
tests/errors/__init__.py
tests/errors/test_error_filter_count.py
tests/errors/test_error_reporter.py
tests/models/__init__.py
tests/models/test_base_input.py
tests/models/test_basic_search.py
tests/models/test_basic_search_util.py
tests/models/test_column_mapper.py
tests/models/test_definition_dict.py
tests/models/test_definition_entry.py
tests/models/test_df_util.py
tests/models/test_hed_group.py
tests/models/test_hed_string.py
tests/models/test_hed_tag.py
tests/models/test_query_handler.py
tests/models/test_query_service.py
tests/models/test_query_util.py
tests/models/test_schema_lookup.py
tests/models/test_sidecar.py
tests/models/test_spreadsheet_input.py
tests/models/test_string_search.py
tests/models/test_string_util.py
tests/models/test_tabular_input.py
tests/models/test_timeseries_input.py
tests/schema/__init__.py
tests/schema/schema_test_helpers.py
tests/schema/test_base_tag.py
tests/schema/test_convert_tags.py
tests/schema/test_hed_id_util.py
tests/schema/test_hed_schema.py
tests/schema/test_hed_schema_group.py
tests/schema/test_hed_schema_io.py
tests/schema/test_hed_schema_io_df.py
tests/schema/test_hed_schema_io_util_df.py
tests/schema/test_json_explicit_attributes.py
tests/schema/test_schema_attribute_validators.py
tests/schema/test_schema_compare.py
tests/schema/test_schema_compliance.py
tests/schema/test_schema_entry.py
tests/schema/test_schema_extras_comprehensive.py
tests/schema/test_schema_format_roundtrip.py
tests/schema/test_schema_inlibrary_attribute.py
tests/schema/test_schema_util.py
tests/schema/test_schema_validation_util.py
tests/schema/test_schema_validator_hed_id.py
tests/schema/test_schema_wiki_fatal_errors.py
tests/schema/util_create_schemas.py
tests/scripts/__init__.py
tests/scripts/test_extract_bids_sidecar.py
tests/scripts/test_extract_tabular_summary.py
tests/scripts/test_hed_convert_schema.py
tests/scripts/test_script_util.py
tests/scripts/test_validate_bids.py
tests/scripts/test_validate_hed_sidecar.py
tests/scripts/test_validate_hed_string.py
tests/scripts/test_validate_hed_tabular.py
tests/tools/__init__.py
tests/tools/analysis/__init__.py
tests/tools/analysis/test_annotation_util.py
tests/tools/analysis/test_assembling_hed_strings.py
tests/tools/analysis/test_column_name_summary.py
tests/tools/analysis/test_event_checker.py
tests/tools/analysis/test_event_manager.py
tests/tools/analysis/test_file_dictionary.py
tests/tools/analysis/test_hed_tag_counts.py
tests/tools/analysis/test_hed_tag_manager.py
tests/tools/analysis/test_hed_type.py
tests/tools/analysis/test_hed_type_counts.py
tests/tools/analysis/test_hed_type_defs.py
tests/tools/analysis/test_hed_type_factors.py
tests/tools/analysis/test_hed_type_manager.py
tests/tools/analysis/test_key_map.py
tests/tools/analysis/test_tabular_summary.py
tests/tools/analysis/test_temporal_event.py
tests/tools/bids/__init__.py
tests/tools/bids/test_bids_dataset.py
tests/tools/bids/test_bids_file.py
tests/tools/bids/test_bids_file_group.py
tests/tools/bids/test_bids_sidecar_file.py
tests/tools/bids/test_bids_tabular_file.py
tests/tools/bids/test_bids_util.py
tests/tools/util/__init__.py
tests/tools/util/test_data_util.py
tests/tools/util/test_io_util.py
tests/tools/util/test_schema_util.py
tests/validator/__init__.py
tests/validator/test_char_validator.py
tests/validator/test_def_validator.py
tests/validator/test_hed_validator.py
tests/validator/test_onset_validator.py
tests/validator/test_sidecar_validator.py
tests/validator/test_spreadsheet_validator.py
tests/validator/test_tag_validator.py
tests/validator/test_tag_validator_base.py
tests/validator/test_tag_validator_library.py
tests/validator/test_tag_validator_util.py