Tutorials
This section contains tutorials that demonstrate how to make the most of
the OpenEphys.Onix1 Bonsai package by combining ONIX with third party software tools.
Tutorials include:
- Process & Listen to Ephys Data: serves as a primer for processing data in Bonsai.
- Visualize Data in the Open Ephys GUI: teaches how to stream ephys data from Bonsai to the Open Ephys GUI through an intermediary TCP connection for advanced visualizations.
- Calibrate TS4231 Measurements: demonstrates how to convert TS4231 position coordinates from the TS4231 device reference frame to a reference frame that is more intuitive or relevant to the experimental system using the TS4231V1 Position Calibration GUI.
- Using DataFrameWriter to Save Data: explains how to add the
DataFrameWriteroperator to an acquisition workflow to save data in the Apache Arrow file format which supports efficient random access and partial loading of large datasets. This tutorial also includes guidance on compression and how to load the resulting files in Python.