OceanStreamIO / oceanstream

Oceanstream is a Python library which can be used as a CLI tool to process raw acoustic data from echosounders. It uses echopype as a backend. Developed at @pineviewlabs
https://oceanstream.io
MIT License
4 stars 3 forks source link

Replace original Sv with noise-reduced Sv #62

Closed simedroniraluca closed 1 year ago

simedroniraluca commented 1 year ago

In our data processing pipeline, after removing background noise from the Sv (Volume Backscattering Strength) data, it's essential to update the original dataset with the cleaned Sv data. This ensures that subsequent analyses and visualizations utilize the noise-reduced data, improving the accuracy and reliability of results.

simedroniraluca commented 1 year ago

https://github.com/OceanStreamIO/oceanstream/pull/63