.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
dev-requirements.txt
mass_balance_template.html
pyproject.toml
requirements.txt
.github/workflows/CI.yml
.github/workflows/build-release.yml
.github/workflows/deploy.yml
.github/workflows/release.yml
src/gasflux/__init__.py
src/gasflux/background.py
src/gasflux/cli.py
src/gasflux/gas.py
src/gasflux/gasflux_config.yaml
src/gasflux/generate_test_data.py
src/gasflux/interpolation.py
src/gasflux/ml.py
src/gasflux/plotting.py
src/gasflux/pre_processing.py
src/gasflux/processing.py
src/gasflux/processing_pipelines.py
src/gasflux/reporting.py
src/gasflux.egg-info/PKG-INFO
src/gasflux.egg-info/SOURCES.txt
src/gasflux.egg-info/dependency_links.txt
src/gasflux.egg-info/entry_points.txt
src/gasflux.egg-info/requires.txt
src/gasflux.egg-info/top_level.txt
src/gasflux/resources/model.pkl
src/gasflux/templates/mass_balance_template.html
src/gasflux/testdata/exampledata.csv
src/gasflux/testdata/testconfig.yaml
src/gasflux/testdata/testdata.csv
tests/__init__.py
tests/test_processing.py
tests/test_processing_pipelines.py
tools/mono_flight_splitter.py