OSOceanAcoustics / echoregions

Interfacing water column sonar data with annotations and labels
https://echoregions.readthedocs.io/
Apache License 2.0
6 stars 6 forks source link

Interpolation for Line Plot #82

Closed ctuguinay closed 1 year ago

ctuguinay commented 1 year ago

A possible feature could be using interpolation to connect some of these dots. More specifically, the interpolation algorithm would have to generate associated timestamp and depth values.

line_plot

valentina-s commented 1 year ago

Yes, in fact interpolation is need to create a bottom mask aligned with the Sv data (the bottom grid is interpolated on the Sv time grid). See #43

ctuguinay commented 1 year ago

Potentially use the following interpolation scheme https://github.com/uw-echospace/hake-labels/blob/2019/notebooks/examples/Bottom_for_x0022_2019.ipynb