OSOceanAcoustics / echopype

Enabling interoperability and scalability in ocean sonar data analysis
https://echopype.readthedocs.io/
Apache License 2.0
94 stars 73 forks source link

Add signal attenuation mask #1168

Closed ruxandra-valcu closed 10 months ago

ruxandra-valcu commented 11 months ago

Overview:

This PR introduces one new function, get_attenuation_mask, that provides mask for signal attenuation areas, as ported from the echopy library.

Methodologies:

The methodology employed uses both previously published method defined:

Usage:

The functions can be utilized to create single-channel masks for Sv data

ruxandra-valcu commented 10 months ago

Closing since the code is included in the https://github.com/OSOceanAcoustics/echopype/pull/1142 PR