You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,19 @@
5
5
Python HEDTools
6
6
===============
7
7
8
-
Welcome to the Python HEDTools documentation! This package provides comprehensive tools for working with **Hierarchical Event Descriptors (HED)** - a standardized framework for annotating events and experimental metadata in neuroscience and beyond.
9
-
10
-
What is HED?
11
-
------------
12
-
13
-
HED is a standardized vocabulary and annotation framework designed to systematically describe events experimental data, particularly neuroimaging and behavioral data. It's integrated into major neuroimaging standards:
8
+
Welcome to the Python HEDTools documentation!
9
+
This package provides comprehensive tools for working with
10
+
**Hierarchical Event Descriptors (HED)** - a standardized framework
11
+
for annotating events and experimental metadata in neuroscience and beyond.
12
+
HED is integrated into major neuroimaging standards:
14
13
15
14
* `BIDS <https://bids.neuroimaging.io/>`_ (Brain Imaging Data Structure)
16
15
* `NWB <https://www.nwb.org/>`_ (Neurodata Without Borders)
17
16
18
-
Key features
19
-
------------
17
+
and this package enables you to validate, analyze, and manipulate HED annotations in various formats.
18
+
19
+
Pythn HEDTools features
20
+
-----------------------
20
21
21
22
* **Validation**: Verify HED annotations against official schemas
22
23
* **Analysis**: Search, filter, and summarize HED-annotated data
f"HED version {library_string}: '{version_to_validate}' not found. Check {hed_cache.get_cache_directory(xml_folder)} for cache or https://github.com/hed-standard/hed-schemas/tree/main/library_schemas. "
0 commit comments