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
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