SonarModel

class pysit.gallery.SonarModel(n_pixels=(250, 150), submarine=None, air_velocity=0.1, water_velocity=1.0, rock_velocity=10.0, **kwargs)[source]

Bases: pysit.gallery.gallery_base.GeneratedGalleryModel

Gallery model for subsurface plus ssubmarine “sonar” model.

Attributes Summary

dimension
model_name
supported_physics
valid_dimensions

Methods Summary

rebuild_models(self) Rebuild the true and initial models based on the current configuration.

Attributes Documentation

dimension
model_name = 'Sonar'
supported_physics = ('acoustic',)
valid_dimensions = (2, 3)

Methods Documentation

rebuild_models(self)[source]

Rebuild the true and initial models based on the current configuration.