pelagos_py.steps.templates.blank_qc#

class pelagos_py.steps.templates.blank_qc.blank_qc(data, **kwargs)[source]#

Bases: pelagos_py.steps.base_qc.BaseQC

Example Docstring: Target Variable: TIME Flag Number: 4 (bad data) Variables Flagged: TIME Checks that the datetime of each point is valid.

return_qc()[source]#

Representative of QC processing, to be overridden by subclasses.

Returns:

flags – Output QC flags for the data specific to the test.

Return type:

array-like

plot_diagnostics()[source]#

Representative of diagnostic plotting (optional).