Camera Description

The CameraDescription contains classes holding information about the Cherenkov camera, namely the CameraGeometry and CameraReadout classes.

Reference/API

ctapipe.instrument.camera Package

Classes

CameraDescription(name, geometry, readout)

Describes a Cherenkov camera and its associated CameraGeometry and CameraReadout

CameraGeometry(name, pix_id, pix_x, pix_y, …)

CameraGeometry is a class that stores information about a Cherenkov Camera that us useful for imaging algorithms and displays.

PixelShape(value)

Supported Pixel Shapes Enum

UnknownPixelShapeWarning

CameraReadout(name, sampling_rate, …[, …])

Stores properties related to the readout of a Cherenkov Camera.

ctapipe.instrument.camera.description Module

Classes pertaining to the description of a Cherenkov camera

Classes

CameraDescription(name, geometry, readout)

Describes a Cherenkov camera and its associated CameraGeometry and CameraReadout