Python based interface module for serial communication with the ScioSpec Electrical Impedance Tomography (EIT) device.
Project description
ScioPY
This package offers the serial interface for communication with an EIT device from ScioSpec. Commands can be written serially and the system response can be read out. With the current version, it is possible to start and stop measurements with defined burst counts and to read out the measurement data. In addition, the measurement data is packed into a data class for better further processing.
Install Requirements
All requirements are provided inside the requirements.txt
. To install them navigate inside the sciopy directory and type:
pip3 install -r requirements.txt # Linux, macOS, Windows
pip install -r requirements.txt # Windows
TBD:
- A lot
Contact
Email: jacob.thoenes@uni-rostock.de
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.