Database for Automation, Characterisation and Holistic Synthesis
pip install dachs
You can also install the in-development version with:
pip install git+https://github.com/BAMresearch/DACHS.git@main
To invoke the command line interface for processing experimental log files to the DACHS hierarchical structure and to HDF5 output, run the following to show the usage help:
python -m dachs -h
- for now, internal build only: https://scicat65.ddnss.de:2080
- when public: https://BAMresearch.github.io/DACHS
Assuming the current working directory is the top-level source directory:
To run tests only in a clean environment:
tox -e py
For testing generation of the complete data structure in the local environment with stdout&stderr run:
rm *.h5; pytest -rP --show-capture=all --capture=sys -k test_integral
Without pytest and without installation, the command line interface can be run by:
PYTHONPATH=src python -m dachs -h