ufzLogo rdmLogo

SaQC#

saqc.constants Module#

The module comprises flag value constants in use throughout saqc.

Flagging Constants#

  • UNFLAGGED: indicates that no flag has been assigned yet

  • GOOD: the lowest possible flag value larget than UNFLAGGED

  • DOUBFUL: a modest flag value, usually indicating some sort of suspiciousness

  • BAD: 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 data

  • FILTER_NONE: mask/filter no data