File: README.md

package info (click to toggle)
edlio 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,144 kB
  • sloc: python: 1,614; sh: 20; makefile: 13
file content (11 lines) | stat: -rw-r--r-- 621 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# EDL - Experiment Directory Layout

[![QA](https://github.com/bothlab/edlio/actions/workflows/python-qa.yml/badge.svg)](https://github.com/bothlab/edlio/actions/workflows/python-qa.yml)

This repository contains specifications for the "Experiment Directory Layout" (EDL) storage layout as
used by the [Syntalos](https://github.com/bothlab/syntalos) data acquisition tool.

It also contains a Python module, `edlio`, to easily load and save data in an EDL structure
for simplified raw experiment data management.

Check out the [online documentation](https://edl.readthedocs.io/latest/) to learn more about this project!