plot_wobble
- lstchain.visualization.plot_dl2.plot_wobble(source_position, n_points, ax=None)
Plot 2D map of ON/OFF positions w.r.t. to the camera center
- Parameters:
- source_position: Source position in the camera frame, array-like [x,y]
- n_points: Number of observation points. Rotation angle for each next observation is determined
- as 360/n_points
- ax: `matplotlib.pyplot.axes` or None
- Returns:
- ax: matplotlib.pyplot.axes