TelescopeDescription

class ctapipe.instrument.TelescopeDescription(name: str, optics: ctapipe.instrument.optics.OpticsDescription, camera: ctapipe.instrument.camera.description.CameraDescription)[source]

Bases: object

Describes a Cherenkov Telescope and its associated OpticsDescription and CameraDescription

Attributes
name: str

Telescope name

tel_type: str

Telescope type

optics: OpticsDescription

the optics associated with this telescope

camera: CameraDescription

the camera associated with this telescope

Attributes Summary

camera

name

optics

Attributes Documentation

camera
name
optics