ctdcal.convert.to_temperature

ctdcal.convert.to_temperature(raw, manufacturer, sensor, coefs)[source]

Wrapper to convert raw temperature output to scientific units using appropriate conversion function.

Parameters
  • raw (array-like) – Raw temperature output

  • manufacturer (str) – Name of sensor manufacturer (e.g. “seabird”, “RBR”)

  • sensor (str) – Name of sensor (e.g. for SBE “3”, “4”, “9”)

  • coefs (dict) – Dictionary of calibration coefficient from cal sheet

Returns

temperature – Converted temperature (ITS-90)

Return type

array-like