Skip to content

mpifr-vlbi/dbbc3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbbc3

python package and utilities for control and monitoring of the DBBC3 VLBI backend

Documentation

see: https://dbbc3.readthedocs.io/en/latest/

Installation

First you need to install the dbbc3 python package (might require root priviliges)

git clone https://github.com/mpifr-vlbi/dbbc3.git
cd dbbc3/lib
python setup.py install

Alternatively you can do a local installation (current user only):

python setup.py install --user