prose.Observation.plot_radial_psf#
- Observation.plot_radial_psf(star=None, n=40, zscale=False, aperture=None, rin=None, rout=None, axes=None)#
Plot star cutout overalid with aperture and radial flux.
- Parameters:
star (int or list like, optional) β if int: star to plot cutout on, if list like (tuple, np.ndarray) of size 2: coords of cutout, by default None
n (int, optional) β cutout width and height, by default 40
zscale (bool, optional) β whether to apply a zscale to cutout image, by default False
aperture (float or int optional) β radius of aperture to display, by default None corresponds to best target aperture if int, corresponds to the number of the aperture in the xarray if float, corresponds to the aperture in pixels
rin ([type], optional) β radius of inner annulus to display, by default None corresponds to inner radius saved
rout ([type], optional) β radius of outer annulus to display, by default None corresponds to outer radius saved