src.toolbox.steps.custom.variables.oxygen#
Classes#
Functions#
|
Module Contents#
- class src.toolbox.steps.custom.variables.oxygen.DeriveUncalibratedPhase[source]#
Bases:
toolbox.steps.base_step.BaseStep,toolbox.utils.qc_handling.QCHandlingMixin
- class src.toolbox.steps.custom.variables.oxygen.DeriveOptodeTemperature[source]#
Bases:
toolbox.steps.base_step.BaseStep,toolbox.utils.qc_handling.QCHandlingMixin
- class src.toolbox.steps.custom.variables.oxygen.PhasePressureCorrection[source]#
Bases:
toolbox.steps.base_step.BaseStep,toolbox.utils.qc_handling.QCHandlingMixin
- class src.toolbox.steps.custom.variables.oxygen.DeriveCalibratedPhase[source]#
Bases:
toolbox.steps.base_step.BaseStep,toolbox.utils.qc_handling.QCHandlingMixin
- class src.toolbox.steps.custom.variables.oxygen.DeriveOxygenConcentration[source]#
Bases:
toolbox.steps.base_step.BaseStep,toolbox.utils.qc_handling.QCHandlingMixin- run()[source]#
Example
name: “Derive Oxygen Concentration” parameters:
# <MANDATORY> method: “poly” # <METHOD DEPENDENT> # The following params are for “poly” method temperature_name: “TEMP” calib_coefficient_matrix: [
[0, 1, 0, 0], [0, 1, 0, 0], [0, 1, 0, 0], [0, 1, 0, 0], [0, 1, 0, 0]
]
diagnostics: false
- class src.toolbox.steps.custom.variables.oxygen.MolarDOXYSalinityCorrection[source]#
Bases:
toolbox.steps.base_step.BaseStep,toolbox.utils.qc_handling.QCHandlingMixin
- class src.toolbox.steps.custom.variables.oxygen.MolarDOXYPressureCorrection[source]#
Bases:
toolbox.steps.base_step.BaseStep,toolbox.utils.qc_handling.QCHandlingMixin