Utilities for online data analysis and automation in Bliss
Project description
blissoda
blissoda provides utilities for online data analysis in BLISS.
blissoda is mostly used by the BLISS beamline macro's. In this case it needs to be installed in the BLISS environment.
The actual data processing is done remotely using ewoksjob. blissoda does not contain any data processing code nor has any scientific libraries as dependencies.
Install
In the Bliss environment you install with the client
option
pip install blissoda[client]
Beamline specific clients are installed with the beamline name as option
pip install blissoda[id11]
Project specific clients are installed with the project name as option
pip install blissoda[streamline]
When workflows are not triggered from Bliss but from Redis scan information
in a separate process, you install with the server
option in the process
environment
pip install blissoda[server]
Test
pytest --pyargs blissoda.tests
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.