.DS_Store
.gitattributes
.gitignore
LICENCE
README.md
pyproject.toml
requirements.txt
.github/workflows/publish.yml
.github/workflows/test-package.yml
examples/sting_example_run.ipynb
examples/data/example_streamer_cluster_data.fits
src/sting/__init__.py
src/sting/_version.py
src/sting/errors.py
src/sting/extract_streamline.py
src/sting/gradient_descent.py
src/sting/outputs.py
src/sting/stream_lines_grad.py
src/sting.egg-info/PKG-INFO
src/sting.egg-info/SOURCES.txt
src/sting.egg-info/dependency_links.txt
src/sting.egg-info/requires.txt
src/sting.egg-info/scm_file_list.json
src/sting.egg-info/scm_version.json
src/sting.egg-info/top_level.txt
tests/test_errors.py
tests/test_extract_streamline.py
tests/test_gradient_descent.py
tests/test_outputs.py
tests/test_stream_lines_grad.py