From f7cfc96ddebcbe03a38f2f1494afbc4a40c9215d Mon Sep 17 00:00:00 2001 From: wendtalexander Date: Fri, 11 Oct 2024 14:10:07 +0200 Subject: [PATCH] [config] adding simple config --- pyrelacs/config.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pyrelacs/config.yaml diff --git a/pyrelacs/config.yaml b/pyrelacs/config.yaml new file mode 100644 index 0000000..e07a86f --- /dev/null +++ b/pyrelacs/config.yaml @@ -0,0 +1,12 @@ +Settings: + Repros: [Calibration] + Path: ~/projects/pyrelacs/test/ + +Metadata: + Lab: Neuroethology + +PyRelacs: + Input: + Name: DAQ + Samplingrate: 40_000 +