Allow using a known bathymetry map instead of average water depth when the depth is already known.
Since windowing is done within the library, a possibility would be to preload a file with dimensions [Ny x Nx] = img[0].shape, where the bathymetry has already been interpolated at each pixel location.
Alternatively, loading a .csv file containing pixel coordinates of each depth measurement, e.g., x_pxl, y_pxl, depth. In this case, interpolation and extrapolation (and potentially averaging) in each window should be done within IWaVE.
Allow using a known bathymetry map instead of average water depth when the depth is already known.
Since windowing is done within the library, a possibility would be to preload a file with dimensions [Ny x Nx] = img[0].shape, where the bathymetry has already been interpolated at each pixel location.
Alternatively, loading a .csv file containing pixel coordinates of each depth measurement, e.g., x_pxl, y_pxl, depth. In this case, interpolation and extrapolation (and potentially averaging) in each window should be done within IWaVE.
Other ideas @hcwinsemius @salpeha ?