conductivity_correction: Conductivity cell thermal inertia correction

View source: R/sbe_modules.R

conductivity_correctionR Documentation

Conductivity cell thermal inertia correction

Description

Discrete time filter to correct thermal inertia errors in conductivity cell measurements.

Usage

conductivity_correction(x, alpha_C, beta_C, freq_n = 0.25, method = "seabird")

Arguments

x

ctd object that includes timeS, temperature, and conductivity channels.

alpha_C

Alpha parameter for conductivity correction (1L numeric)

beta_C

Beta parameter for conductivity correction (1L numeric)

freq_n

Optional. Sampling interval in seconds (1L numeric). Sampling interval is inferred from timeS if not provided.

method

Method to use for conductivity cell thermal mass correction. Currently only "seabird" (i.e. equation in SBE Data Processing)

Value

ctd object with correction applied to conductivity.

Author(s)

Sean Rohan


afsc-gap-products/gapctd documentation built on March 5, 2025, 3:42 a.m.