ioos / ioos_qc

:ballot_box_with_check: :ocean: IOOS QARTOD and other Quality Control tests implemented in Python
https://ioos.github.io/ioos_qc/
Apache License 2.0
46 stars 28 forks source link

clarify thresholds for spike and flat_line #4

Closed jessicaaustin closed 5 years ago

jessicaaustin commented 5 years ago

Split variable 'thresholds' into 'suspect_threshold' and 'fail_threshold'.

This is based on user feedback -- one of the most common questions was "what does thresholds mean?". Of course they could read the docs, but I think it's helpful to make it as easy to understand as possible with just a quick overview.

Before:

selection_109

After:

selection_111