plot_fslice

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

Display a 2D frequency slice.

Parameters

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