Compliance

Data class for seafloor compliance, plus useful static functions

Constructor

Properties

  • freqs (numpy.ndarray): Frequencies (Hz)

  • values (numpy.ndarray): Normalized compliance values (1/Pa)

  • uncertainties (numpy.ndarray): Normalized compliance uncertainties (1/Pa)

  • water_depth (float): water depth in meters

  • noise_channel (str or None): If a str, the compliance comes from data and this is the channel on which noise was assumed to dominate. If None, the compliance comes from a calculation.

  • gravity_corrected (bool): Has data-estimated compliance been corrected for gravitational attraction terms?

Dependent properties

Methods

Static Methods

Example

Compliance Calculation example code