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

Refactored the noise mask module #123

Closed ruxandra-valcu closed 10 months ago

ruxandra-valcu commented 10 months ago

For better data and code logic separation (the baked-in functions are now wrappers around a create_multiple_masks function) and used a test dataset containing less computationally onerous parameters

simedroniraluca commented 10 months ago

Looks good. You can merge it if all tests pass.