ctapipe is not stable yet, so expect large and rapid changes to structure and functionality as we explore various design choices before the 1.0 release.

Telescope Description#

The TelescopeDescription class holds info about a complete telescope, namely it’s OpticsDescription and CameraDescription (though other aspects may be added)

Reference/API#

ctapipe.instrument.telescope Module#

Classes pertaining to the description of a Cherenkov Telescope

Todo:#

  • add more info in OpticsDescription (mirror area, facets, etc). How to guess this?

  • add ability to write to/from tables (like that written by ctapipe-dump-instrument)

  • add ability to construct by names TelescopeDescription.from_name( camera=’LSTCam’, optics=(‘SST’,’1M’)) (which would create a very unbalanced telescope :-))

Classes#

TelescopeDescription(name, optics, camera)

Describes a Cherenkov Telescope and its associated OpticsDescription and CameraDescription