Plotting (pyvisgrid.plotting)#

Introduction#

pyvisgrid.plotting contains plotting and animation methods for gridded and ungridded data.

Submodules#

Reference/API#

pyvisgrid.plotting Package#

Functions#

plot_ungridded_uv(gridder[, mode, ...])

Plots the ungridded (u,v) points as a scatter plot.

plot_mask(grid_data[, mode, crop, norm, ...])

Plots the (u,v) mask (the binned visibilities) of the gridded interferometric image.

plot_dirty_image(grid_data[, mode, ax_unit, ...])

Plots the (u,v) dirty image, meaning the 2d Fourier transform of the gridded visibilities.

plot_earth_layout(layout, src_ra, src_dec, ...)

Plots the a projected source position and the given interferometer layout on an earth visualization at a specific time.

plot_observation_state(gridder, vis_data, u, ...)

Plot several visualizations for a given state of an observation.

animate_observation(gridder, series, fps, ...)

Creates an animation from the given GridDataSeries.