plot_pixel_trace#

pylira.utils.plot.plot_pixel_trace(image_trace, center_pix, ax=None, config=None, **kwargs)[source]#

Plot pixel traces in a circular region, given a position and radius.

Parameters:
image_tracendarray

Image traces array

center_pixtuple of int

Pixel indices center, order is (x, y).

axAxes

Plotting axes

configdict

Configuration dictionary

**kwargsdict

Keyword arguments passed to plot

Returns:
axAxes

Plotting axes