SaQC#
The System for automated Quality Control package.
Functions#
|
Classes#
|
SaQC's flags container. |
|
|
|
|
Implements the translation from and to the flagging scheme implemented in the UFZ - Datamanagementportal |
|
Acts as the default Translator, provides a changeable subset of the internal float flags |
|
Implements the translation from and to the flagging scheme implemented by CHS |
|
Acts as the default Translator, provides a changeable subset of the internal float flags |
|
Constants#
The module comprises flag value constants in use throughout saqc.
Flagging Constants#
UNFLAGGED: indicates that no flag has been assigned yetGOOD: the lowest possible flag value larget thanUNFLAGGEDDOUBFUL: a modest flag value, usually indicating some sort of suspiciousnessBAD: the highest flag value available
The flagging constants are ordered (from “worse” to “best”) as:
BAD > DOUBTFUL > GOOD > UNFLAGGED
Filtering Constants#
FILTER_ALL: mask/filter all flagged dataFILTER_NONE: mask/filter no data

