shoot.acoustic.ProfileAcous#

class shoot.acoustic.ProfileAcous(profile, depth)[source]#

Acoustic parameters for a single sound speed profile

Computes acoustic properties (local maxima/minima, surface duct thickness, deep minimum, etc.) from a sound speed profile.

Parameters:
ilmax#

Indices of local maxima in the profile.

Type:

ndarray

ilmin#

Indices of local minima in the profile.

Type:

ndarray

ecs#

Surface duct thickness (épaisseur du chenal de surface).

Type:

float

iminc#

Depth of intermediate minimum in two-channel profiles.

Type:

float

mcp#

Depth of deep sound speed minimum (minimum de célérité profond).

Type:

float

__init__(profile, depth)[source]#

Initialize acoustic profile analyzer

Parameters:

Methods

Attributes