Refactor GrainPlot ewoks task to get rid of the Qt widget
For this:
- Put the actual processing into functions (
darfix.core.grainplot
) - Use the functions in the EwoksTask instead of the widget
- Use the functions in the QtWidget so that the processing is the same than the ewoks task
Of course, the end goal is to remove the processing from the QtWidget but this is a nice intermediate refactoring step that fixes #126 (closed)
Edited by Loic Huder