Model Gallery (pysit.gallery)¶
Note
This section of the documentation is under construction.
pysit.gallery Package¶
Functions¶
bp([patch]) |
Friendly wrapper for instantiating the BP Velocity model. |
horizontal_reflector(mesh, \*\*kwargs) |
Friendly wrapper for instantiating the horizontal reflector model. |
layered_medium([layers]) |
Friendly wrapper for instantiating the layered medium model. |
marmousi([patch, compact]) |
Friendly wrapper for instantiating the Marmousi model. |
marmousi2([patch, compact]) |
|
point_reflector(mesh, \*\*kwargs) |
Friendly wrapper for instantiating the point reflector model. |
sonar_model(\*\*kwargs) |
Friendly wrapper for instantiating the sonar model. |
Classes¶
BPModel([physics, origin, size, …]) |
Gallery Model class for the BP Velocity Benchmark. |
HorizontalReflectorModel(mesh[, …]) |
Gallery model for constant background plus simple horizontal reflectors. |
Layer(velocity, thickness[, label, fixed]) |
|
LayeredMediumModel(layers[, z_delta, …]) |
Gallery model for a generic, flat, layered medium. |
MarmousiModel([physics, origin, size, …]) |
Marmousi community velocity model. |
MarmousiModel2([physics, origin, size, …]) |
Marmousi II community velocity model. |
PointReflectorModel(mesh[, …]) |
|
SonarModel([n_pixels, submarine, …]) |
Gallery model for subsurface plus ssubmarine “sonar” model. |
Submarine(c[, scale, velocity]) |
Class which defines a submarine as the union of two spheres and a cyllinder. |