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
Update the create_noise_masks_rapidkrill function to provide more comprehensive metadata about the methods used to generate various types of masks. Additionally, the create_default_noise_masks_oceanstream function should be revised to incorporate true seabed detection (method=ariza) and false-seabed detection methods (method=blackwell_mod).
Update the
create_noise_masks_rapidkrill
function to provide more comprehensive metadata about the methods used to generate various types of masks. Additionally, thecreate_default_noise_masks_oceanstream
function should be revised to incorporate true seabed detection (method=ariza
) and false-seabed detection methods (method=blackwell_mod
).