Skip to content
Snippets Groups Projects

Content

This repo contains a collection of tools for working with DSI Quantitys (Vectors [even with only on value]) and list of DSI Quantitys (Tables). As well as the tools needed to generate visualisations of the data. Using Bokeh

Visualisation

Image of DSI Multivectorplot showing Gui Elements to change language, lin/log axis and selected Index

Installation

for usage in your project, you can install the package via pip:

pip install dccQuantities

For development, you can clone the repository and install the package in editable mode:

git clone https://gitlab1.ptb.de/digitaldynamicmeasurement/dccQuantities.git
cd dccQuantities
pip install -e .[testing]

Usage

See the examples in the doc folder for usage of the package.

  1. Vector and Table Usage
  2. MultiVector Plot

Future Development

We are looking to restructure the classes used to represent the different dcc quantities. Below is our first draft for what that new class structure might look like:

UML Diagram