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