.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
.github/workflows/ci-tests.yml
.github/workflows/doc-publish.yml
.github/workflows/doc-tests.yml
.github/workflows/release.yml
benchmarks/bench_secs.py
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/.nojekyll
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/theory.rst
docs/source/_static/pysecs.png
docs/source/development/index.rst
docs/source/reference/index.rst
examples/README.txt
examples/plot_B_curl_free.py
examples/plot_B_divergence_free.py
examples/plot_J_surface.py
examples/plot_animation.py
examples/plot_auto_grid.py
examples/plot_epsilon_selection.py
examples/plot_internal_external.py
examples/plot_robust_kalman.py
pysecs/__init__.py
pysecs/grids.py
pysecs/kalman.py
pysecs/py.typed
pysecs/secs.py
pysecs.egg-info/PKG-INFO
pysecs.egg-info/SOURCES.txt
pysecs.egg-info/dependency_links.txt
pysecs.egg-info/requires.txt
pysecs.egg-info/scm_file_list.json
pysecs.egg-info/scm_version.json
pysecs.egg-info/top_level.txt
tests/test_grids.py
tests/test_kalman.py
tests/test_physics.py
tests/test_secs.py