An error occurred while fetching the assigned iteration of the selected issue.
2D interpolation: scipy support for uneven grids
The current scipy-based 2D interpolation is only working for even (single) grids and fails if multiple scan patches are used. This should be supported using scipy's griddata. @mfackeld