overlay_source

lstchain.visualization.camera.overlay_source(display, source_pos_x, source_pos_y, **kwargs)

Display the source (event) position in the camera

Parameters:
display: `ctapipe.visualization.CameraDisplay`
source_pos_x: `astropy.units.Quantity`
source_pos_y: `astropy.units.Quantity`
kwargs: args for `matplotlib.pyplot.scatter`
Returns:
matplotlib.pyplot.axes