ctdam.proc.modules.air_pressure_correction module

class ctdam.proc.modules.air_pressure_correction.AirPressureCorrection[source]

Bases: ArrayModule

Corrects water pressure by the given air pressure.

Parameters:
  • input (Path | str | CTDData | pd.DataFrame | np.ndarray) – The input CTD data

  • arguments (dict) – The argument to run the module with

  • output (str) – The output type

  • output_name (str | None) – The output name

transformation()[source]

Base logic to correct pressure.

Return type:

bool