Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 898 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 898 Bytes

SiLab online monitor Build Status Coverage Status

This python package contains specific implementations of converters and receivers for several SiLab data acquisition systems. These implementations are used by the generic online_monitor python package to generate fast real time data analysis and plotting.

So far the following systems are supported:

  • pyBAR with ALTLAS FE-I4 data

Installation

Download the latest code from github to a folder of your choise. Install by typing

python setup.py develop

Note: Only the develop installation is supported!

Usage

TBD