ewoksimg ewoksorange

ewoksorange provides desktop graphical interface for ewoks.

ewoksorange has been developed by the Software group of the European Synchrotron.

Getting started

Install requirements

pip install ewoksorange[orange]

Launch to graphical interface

ewoks-canvas

Run the tests

pip install ewoksorange[test]
pytest --pyargs ewoksorange.tests

Implement Orange Widgets

An Ewoks project that implements Orange widgets associated to the Ewoks tasks it provides, needs to be setup as an Orange Add-on project. A template project can be found here. Further documentation can be found here.

Documentation