plot_camera_frame

ctapointing.camera.plot_camera_frame(camera, coords=None, camera_pointing_altaz=None, marker_size=1, **kwargs)

Plots the chip frame of a PointingCamera object, with useful curves to show altitude/azimuth projections, camera rotation and distortions. Can also be used to display a set of coordinates on the chip.

Parameters:
  • camera (PointingCamera) – PointingCamera object

  • coords (array(SkyCoord)) – coordinates to plot into frame. Coordinates

must be given in the chip coordinate (SkyCameraFrame) system ToDo camera_pointing_altaz must not be none :param array(float) marker_size: individual marker size for each coordinate

further parameters (kwargs): :chip_centre: Plot the chip centre. True by default. :fov_centre: Plot the Fov centre. True by default. :chip_edges: Plot the chip edges. True by default. :alt_proj: Plot altitude lines. False by default. :az_proj: Plot azimuth lines. False by default. :proj_fov: Plot projected FoV circles. False by default. :chip_fov: Plot physical chip FoV circle. False by default.

Returns:

plot handles (fig, ax)