Skip to content
Snippets Groups Projects

Content

This repo contains the dccQuantities Python Libary. This libary intended to handle all Physical quantites form the Digital Calibration Certificate in XML format as Python Objects. The dcc:qunatity objects allow uncertanty aware mathe functionality taking into account the dsiUnits and using the MetasUnc Lib

This Libary will also add support for Long and Flatt-tables in the DCC allowing fancy Indexing and Plotting of this tabluated data.

Installation

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]