VisLab / hed-testcode

This is a test directory to try to get the code documentation to work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HEDTools - Python

HED (Hierarchical Event Descriptors) is a framework for systematically describing both laboratory and real-world events. HED tags are comma-separated path strings. The goal of HED is to describe precisely the nature of the events of interest occurring in an experiment using a common language. HED, itself, is platform-independent and data-neutral.

Most people will simply annotate their events by creating a spreadsheet that associates HED tags with event codes or the events themselves. If you have such a spreadsheet, you can use the HED Online Validator currently available at https://hedtags.ucsd.edu/hed to validate your spreadsheet without downloading any tools.

Python subprojects

  • hedtools contains all of the validation and translation tools for hed tags and hed schema.
  • hedweb contains the code to deploy the validators and other HED tools as a web application running in a docker module.
  • hedexamples contains examples in MATLAB scripts, Python scripts, and Jupyter notebooks.

The HEDTools require python 3.8 or greater.

Other links of interest

HED specification documentation: https://hed-specification.readthedocs.io/en/latest/

Documentation: https://hed-python.readthedocs.io/en/latest/

Code climate reports: https://codeclimate.com/github/hed-standard/hed-python

About

This is a test directory to try to get the code documentation to work


Languages

Language:Python 92.4%Language:JavaScript 4.0%Language:HTML 2.2%Language:CSS 1.0%Language:Shell 0.3%Language:Dockerfile 0.1%