ewoksxes
The ewoksxes project is a Python library designed to provide workflow tasks for X-ray Emission Spectroscopy Data Processing using Ewoks (Extensible Workflow System).
Installation
By default, at the ESRF, ewoksxes should be installed on Ewoks workers using an Ansible script by the DAU team.
If you wish to install ewoksxes manually, ensure you have Python 3.10+ and pip installed. You can install the library directly from PyPI:
pip install ewoksxes
Alternatively, to install from source, clone this repository and run:
git clone https://gitlab.esrf.fr/workflow/ewoksapps/ewoksxes.git
cd ewoksxes
pip install -e .
Quickstart Guide
Running an ewoksxes Workflow
Most of the time, the workflow will be automatically ran from the Bliss control system. However if you wish to execute the workflow by hand, you can use the following:
ewoks execute workflow.json
Some examples of workflow are found in ewoksxes/workflows
How-To Guides
For detailed instructions on various tasks, please refer to the How-To Guides in the documentation, which cover topics such as:
- Configuration of XES workflows
- Running workflows locally for testing
- Using the API to run specific tasks (e.g., calibration, combining spectra)
Documentation
Comprehensive documentation, including an API reference, tutorials, and conceptual explanations, can be found in the doc directory or online at the ReadTheDocs page.
Contributing
Contributions are welcome! To contribute, please:
- Clone the repository and create a new branch for your feature or fix.
- Write tests and ensure that the code is well-documented.
- Submit a merge request for review.
See the CONTRIBUTING.md file for more details.
License
This project is licensed under the MIT License. See the LICENSE.md file for details.
Support
If you have any questions or issues, please open an issue on the GitLab repository or contact the support team via a data processing request ticket.
Release files for ewoksxes 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ewoksxes-0.0.1.tar.gz | 1.3 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ewoksxes-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.6 MB
Release files / ewoksxes-0.0.1.tar.gz
| Download URL | ewoksxes-0.0.1.tar.gz |
|---|---|
| Size | 1.3 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6d3447ca0cc9971a424f2d2f49a448b42fd18ef6f5086a6f197b4dfcc224b462
|
|
BLAKE2b-256 checksum How to use checksums |
ccd2a5cbf319458b8ab3cfc75f844b01dfc0ae7f6b09b263cc5330d9d58db4e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.10
|
Release files / ewoksxes-0.0.1-py3-none-any.whl
| Download URL | ewoksxes-0.0.1-py3-none-any.whl |
|---|---|
| Size | 1.3 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
27cdd3293f0621bdde2112a3243dac571bd10d634a532fcefeb990345ad1e69d
|
|
BLAKE2b-256 checksum How to use checksums |
31b9ebec75dc311830bf4407e6b2c09f97f49b549bf4f997d14ef3eaff9ee8d4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.10
|