README.md
setup.py
saqc/__init__.py
saqc/__main__.py
saqc.egg-info/PKG-INFO
saqc.egg-info/SOURCES.txt
saqc.egg-info/dependency_links.txt
saqc.egg-info/entry_points.txt
saqc.egg-info/requires.txt
saqc.egg-info/top_level.txt
saqc/core/__init__.py
saqc/core/config.py
saqc/core/core.py
saqc/core/reader.py
saqc/core/register.py
saqc/core/test.py
saqc/core/visitor.py
saqc/flagger/__init__.py
saqc/flagger/baseflagger.py
saqc/flagger/categoricalflagger.py
saqc/flagger/continuousflagger.py
saqc/flagger/dmpflagger.py
saqc/flagger/positionalflagger.py
saqc/flagger/simpleflagger.py
saqc/funcs/__init__.py
saqc/funcs/breaks_detection.py
saqc/funcs/constants_detection.py
saqc/funcs/functions.py
saqc/funcs/harm_functions.py
saqc/funcs/modelling.py
saqc/funcs/pattern_rec.py
saqc/funcs/proc_functions.py
saqc/funcs/soil_moisture_tests.py
saqc/funcs/spikes_detection.py
saqc/lib/__init__.py
saqc/lib/plotting.py
saqc/lib/rolling.py
saqc/lib/tools.py
saqc/lib/ts_operators.py
saqc/lib/types.py
test/__init__.py
test/common.py
test/run_pytest.py
test/core/__init__.py
test/core/test_core.py
test/core/test_masking.py
test/core/test_reader.py
test/flagger/__init__.py
test/flagger/test_dmpflagger.py
test/flagger/test_flagger.py
test/flagger/test_positionalflagger.py
test/funcs/__init__.py
test/funcs/conftest.py
test/funcs/test_breaks_detection.py
test/funcs/test_constants_detection.py
test/funcs/test_functions.py
test/funcs/test_generic_api_functions.py
test/funcs/test_generic_config_functions.py
test/funcs/test_harm_funcs.py
test/funcs/test_modelling.py
test/funcs/test_pattern_rec.py
test/funcs/test_proc_functions.py
test/funcs/test_soil_moisture_tests.py
test/funcs/test_spikes_detection.py