show_image

show_image(im: Image, fig=None, title: str = '', pol=0, chan=0, cm='Greys', components=None, vmin=None, vmax=None, vscale=1.0)[source]

Show an Image with coordinates using matplotlib, optionally with components

Parameters:
  • im – Image

  • fig – Matplotlib figure

  • title – String for title of plot

  • pol – Polarisation to show (index)

  • chan – Channel to show (index)

  • components – Optional components to be overlaid

  • vmin – Clip to this minimum

  • vmax – Clip to this maximum

  • vscale – scale max, min by this amount

Returns: