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_tracendarrayImage traces array center_pixtuple of intPixel indices center, order is (x, y). axAxesPlotting axes configdictConfiguration dictionary **kwargsdictKeyword arguments passed to plot Returns: axAxesPlotting axes