plot_simage

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

Plot a migrated image with depth on the vertical axis.

Parameters

Name Type Description Default
image array - like or SeisBlock or ShotRecord Data to visualize. required
spacing (float, float) (dz, dx) sample spacing. If omitted and image is a :class:SeisBlock or :class:ShotRecord the spacing will be extracted from the headers. None
Back to top