plot_velocity

plot_velocity(image, spacing=None, **kw)

Plot a velocity model.

Parameters

Name Type Description Default
image array - like or SeisBlock or ShotRecord Model to display. required
spacing (float, float) (dz, dx) sample spacing derived from image when omitted. None
Back to top