.gitattributes
.gitignore
.zenodo.json
INSTALL.md
README.md
development.md
pixi.lock
pyproject.toml
.github/dependabot.yml
.github/workflows/docs.yml
.github/workflows/linter.yml
.github/workflows/publish_to_pypi.yml
.github/workflows/pylint.yml
.github/workflows/unit_test.yml
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
examples/Newberry/2D/config/newberry_superhot_config.json
examples/Newberry/2D/config/newberry_superhot_processed_no_vel_config.json
examples/Newberry/2D/notebooks/1-processing_superhot_egs_newberry_geopfa.ipynb
examples/Newberry/2D/notebooks/2-pfa_superhot_newberry_geopfa.ipynb
examples/Newberry/3D/config/newberry_superhot_config.json
examples/Newberry/3D/config/newberry_superhot_processed_no_vel_config.json
examples/Newberry/3D/notebooks/1-processing_with_geopfa_newberry.ipynb
examples/Newberry/3D/notebooks/2-layer_combination_newberry.ipynb
geoPFA.egg-info/PKG-INFO
geoPFA.egg-info/SOURCES.txt
geoPFA.egg-info/dependency_links.txt
geoPFA.egg-info/requires.txt
geoPFA.egg-info/top_level.txt
geopfa/__init__.py
geopfa/_version.py
geopfa/data_readers.py
geopfa/datasets.py
geopfa/layer_combination.py
geopfa/processing.py
geopfa/transformation.py
geopfa/geopfa2d/__init__.py
geopfa/geopfa2d/data_readers.py
geopfa/geopfa2d/layer_combination.py
geopfa/geopfa2d/plotters.py
geopfa/geopfa2d/processing.py
geopfa/geopfa2d/transformation.py
geopfa/geopfa2d/uncertainty.py
geopfa/geopfa3d/__init__.py
geopfa/geopfa3d/data_readers.py
geopfa/geopfa3d/layer_combination.py
geopfa/geopfa3d/plotters.py
geopfa/geopfa3d/processing.py
geopfa/geopfa3d/transformation.py
geopfa/io/__init__.py
geopfa/io/data_writers.py
tests/readme.md
tests/test_geopfa.py
tests/test_io.py
tests/test_layer_combination.py
tests/test_processing/test_exclusion.py