Skip to content

Remove thread computation from grainPlotWidget

Loic Huder requested to merge grainplot-thread into main

The Orange widget now inherits from OWEwoksWidgetOneThread so that the computation is now done by the ewoks task. I had to add a new input save_maps in the Ewoks task to not save the data as there is a button Export Maps in the widget to save the maps.

Merge request reports