.gitattributes
.gitignore
.readthedocs.yaml
CITATION.cff
CONTRIBUTING.md
Dockerfile
LICENSE
NOTICE.md
README.md
pyproject.toml
.devcontainer/devcontainer.json
.github/pull_request_template.md
.github/release.yml
.github/workflows/ci.yml
.github/workflows/publish.yml
blue_pebble.egg-info/PKG-INFO
blue_pebble.egg-info/SOURCES.txt
blue_pebble.egg-info/dependency_links.txt
blue_pebble.egg-info/entry_points.txt
blue_pebble.egg-info/requires.txt
blue_pebble.egg-info/scm_file_list.json
blue_pebble.egg-info/scm_version.json
blue_pebble.egg-info/top_level.txt
bluepebble/__init__.py
bluepebble/_seed.py
bluepebble/plotter.py
bluepebble/detector/__init__.py
bluepebble/detector/algorithms.py
bluepebble/detector/metrics.py
bluepebble/detector/passive.py
bluepebble/models/__init__.py
bluepebble/models/environment/__init__.py
bluepebble/models/environment/bathymetry.py
bluepebble/models/environment/sound_speed_profile.py
bluepebble/models/propagation/__init__.py
bluepebble/models/propagation/acoustic.py
bluepebble/platform/__init__.py
bluepebble/platform/towedarray.py
bluepebble/signal/__init__.py
bluepebble/signal/anthropogenic.py
bluepebble/signal/base.py
bluepebble/signal/biological.py
bluepebble/signal/effects.py
bluepebble/signal/random.py
bluepebble/signal/utils.py
bluepebble/sigproc/__init__.py
bluepebble/sigproc/beamformer.py
bluepebble/simulator/__init__.py
bluepebble/simulator/base.py
bluepebble/simulator/continuous.py
bluepebble/simulator/discrete.py
bluepebble/types/__init__.py
bluepebble/types/sensordata.py
docs/Makefile
docs/make.bat
docs/sg_execution_times.rst
docs/examples/FUSION2026_multitarget_example.py
docs/examples/FUSION2026_singletarget_example.py
docs/examples/GALLERY_HEADER.rst
docs/examples/comparing_bathymetry.py
docs/examples/comparing_simulators.py
docs/examples/designing_narrowband_beamformers.py
docs/examples/evaluating_detector_metrics.py
docs/examples/modelling_acoustic_sources.py
docs/examples/simulating_ownship_noise.py
docs/examples/using_measured_data.py
docs/scripts/generate_modelling_acoustic_sources_figs.py
docs/scripts/generate_using_measured_data_figs.py
docs/source/_plotly_scraper.py
docs/source/_sgscript.py
docs/source/citation.md
docs/source/conf.py
docs/source/development.md
docs/source/index.md
docs/source/installation.md
docs/source/roadmap.md
docs/source/testing.md
docs/source/_extra/index.html
docs/source/api/bluepebble.md
docs/source/api/detector.md
docs/source/api/index.md
docs/source/api/models.md
docs/source/api/models_environment.md
docs/source/api/models_propagation.md
docs/source/api/platform.md
docs/source/api/plotter.md
docs/source/api/signal.md
docs/source/api/sigproc.md
docs/source/api/simulator.md
docs/source/api/types.md
docs/source/examples/modelling_acoustic_sources.rst
docs/source/examples/using_measured_data.rst
docs/tutorials/GALLERY_HEADER.rst
docs/tutorials/multi_target_tutorial.py
docs/tutorials/single_target_tutorial.py
tests/__init__.py
tests/support.py
tests/test_beamformer.py
tests/test_detector_algorithms.py
tests/test_detector_metrics.py
tests/test_detector_passive.py
tests/test_environment_models.py
tests/test_package_api.py
tests/test_plotter.py
tests/test_propagation_models.py
tests/test_seed.py
tests/test_signal_anthropogenic.py
tests/test_signal_base.py
tests/test_signal_biological.py
tests/test_signal_models.py
tests/test_signal_utils.py
tests/test_simulator_acoustic.py
tests/test_simulator_modules.py
tests/test_towedarray_models.py
tests/test_types_sensordata.py