plot_apertures

petrofit.photometry.plot_apertures(image=None, apertures=[], vmin=None, vmax=None, color='white', lw=1.5)[source]

Plot apertures on image

Parameters:
imagenumpy.ndarray

2D image array.

apertureslist

List of photutils Apertures.

vmin, vmaxfloat

vmax and vmin values for plot.

colorstring

Matplotlib color for the apertures, default=White.

lwfloat

Line width of aperture outline.