ctdcal.equations_sbe.sbe43

ctdcal.equations_sbe.sbe43(volts, p, t, c, coefs, lat=0.0, lon=0.0, decimals=4)[source]

SBE equation for converting SBE43 engineering units to oxygen (ml/l). SensorID: 38

Parameters
  • volts (array-like) – Raw voltage

  • p (array-like) – Converted pressure (dbar)

  • t (array-like) – Converted temperature (Celsius)

  • c (array-like) – Converted conductivity (mS/cm)

  • coefs (dict) – Dictionary of calibration coefficients (Soc, offset, Tau20, A, B, C, E)

  • lat (array-like, optional) – Latitude (decimal degrees north)

  • lon (array-like, optional) – Longitude (decimal degrees)

Returns

oxy_ml_l – Converted oxygen (mL/L)

Return type

array-like