Skip to content

sumiya-kuroda/DAQViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAQViewer

A simple, light, stand-alone python GUI to visualize DAQ events.

It does not record events or do any sorts of complicated things: we believe you already have a GUI for that. If not, you can use DAQLogger which can record events and interact with DAQViewer nicely using opensoundcontrol protocol via UDP.

Getting Started

Install dependencies and codes using conda.

conda env create -f environment.yml
conda activate daqviewer

cd daqviewer
python main.py # launch GUI

Customizing for your experiments

Every experiment is different. in order to customize the GUi for your needs, you need to create your own config .yaml file under settings/.

DAQlogger

Currently it supports Matlab, Python, and bonsai-rx. The communication between DAQViewer and DAQLogger is achieved by OSC protcol.

Reference

This work is heavily inspired by some of the major existing pipelines, including

About

A GUI to view DAQ signals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published