ewoksxrpd 0.14#
ewoksxrpd provides data processing workflows for SAXS/WAXS.
ewoksxrpd has been developed by the Software group of the European Synchrotron.
How to install#
Install the ewoksxrpd Python package
pip install ewoksxrpd
How to use#
Run an example workflow
python examples/job.py
Run an example workflow with GUI
ewoks execute examples/xrpd_workflow.json --engine=orange --data-root-uri=/tmp --data-scheme nexus
or for an installation with the system python
python3 -m ewoks execute examples/xrpd_workflow.json --engine=orange --data-root-uri=/tmp --data-scheme nexus
Produce the example data
pytest --examples