.env.example
.gitlab-ci.yml
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.md
CHANGELOG.md
CODE_OF_CONDUCT.md
COMPLETION.md
COMPLETION.txt
COMPLETION_CERTIFICATE.txt
CONTRIBUTING.md
DEPLOY.md
Dockerfile
INSTALL.md
LICENSE
MANIFEST.in
PROJECT_SUMMARY.md
README.md
docker-compose.dev.yml
docker-compose.yml
mkdocs.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
config/challenger_deep.yaml
config/default_config.yaml
config/sensor_calibration.yaml
config/tonga_trench.yaml
docs/API.md
docs/ARCHITECTURE.md
docs/DEPLOY.md
docs/DESCRIPTION.md
docs/FRAMEWORK.md
docs/INSTALLATION.md
examples/__init__.py
examples/basic_usage.py
examples/challenger_deep_mission.py
examples/energy_harvesting_analysis.py
examples/swarm_localization_demo.py
examples/notebooks/hadex_overview.ipynb
examples/notebooks/validation_analysis.ipynb
scripts/deploy_mission.sh
scripts/generate_alert_report.sh
scripts/generate_all_reports.sh
scripts/generate_daily_report.sh
scripts/generate_monthly_report.sh
scripts/generate_reports.sh
scripts/generate_weekly_report.sh
scripts/hadex_reporter.py
scripts/install_dependencies.sh
scripts/run_validation.sh
src/__init__.py
src/core/__init__.py
src/core/acoustic_model.py
src/core/equation_of_state.py
src/core/fluid_properties.py
src/core/pressure_viscosity.py
src/energy/__init__.py
src/energy/energy_storage.py
src/energy/piezo_harvester.py
src/energy/power_budget.py
src/navigation/__init__.py
src/navigation/adaptive_ranging.py
src/navigation/bio_navigation.py
src/navigation/position_estimator.py
src/navigation/swarm_algorithm.py
src/robotics/__init__.py
src/robotics/auv_controller.py
src/robotics/buoyancy_control.py
src/robotics/communication.py
src/robotics/thruster_model.py
src/sensing/__init__.py
src/sensing/bioluminescence.py
src/sensing/oxygen_flux.py
src/sensing/pressure_sensing.py
src/sensing/turbidity_currents.py
src/utils/__init__.py
src/utils/data_pipeline.py
src/utils/logging.py
src/utils/validation.py
src/utils/visualization.py
tests/__init__.py
tests/test_acoustic_model.py
tests/test_energy_harvesting.py
tests/test_equation_of_state.py
tests/test_integration.py
tests/test_navigation.py
tests/test_pressure_viscosity.py