CameraDescription

class ctapipe.instrument.CameraDescription(name, geometry: ctapipe.instrument.camera.geometry.CameraGeometry, readout: ctapipe.instrument.camera.readout.CameraReadout)[source]

Bases: object

Describes a Cherenkov camera and its associated CameraGeometry and CameraReadout

Parameters
name: str

Camera name (e.g. NectarCam, LSTCam, …)

geometry: CameraGeometry

The pixel geometry of this camera

readout: CameraReadout

The readout properties for this camera

Attributes Summary

geometry

name

readout

Attributes Documentation

geometry
name
readout