Go to file
2025-10-24 13:32:25 +02:00
doc [doc] adding samplerates back again 2025-10-24 13:32:13 +02:00
oephys2nix [stim] remove embed 2025-10-21 15:06:53 +02:00
.gitignore [gitignore] adding envrc 2025-10-08 16:04:24 +02:00
pyproject.toml [pyproject] adding shorthandle 2025-10-24 13:32:25 +02:00
README.md [readme] 2025-10-21 16:21:34 +02:00
uv.lock [pyproject] updating to new version 2025-10-21 15:07:06 +02:00

1. Motivation

oephys2nix is a comand-line-interface (cli), which helps converting relacs data and open-ephys data to a single nix file. For making life easier to work with behavior and neuronal data.

2. Installation and Documentation

Here my general workflow for installing the package.

git clone https://whale.am28.uni-tuebingen.de/git/awendt/oephys2nix
cd oephys2nix
python -m venv .venv
source .venv/bin/activate
pip install -e .

To see the documentation you need to install quarto. Please follow the installation instructions for quarto, and install the extra dependencies.

pip install "[.docs]"
cd doc
quartodoc build
quarto preview

which should open the documentation at localhost.

3.To-Dos

  • Analyzed the delay in the two recoding systems
  • Analyzed the difference in sample rate
  • Get offset and gain from open-ephys recorded lines.