Telescope#
- class cabaret.Telescope(focal_length: float = 8.0, diameter: float = 1.0, collecting_area: float | None = None)[source]#
Telescope configuration.
Methods
__init__([focal_length, diameter, ...])Attributes
collecting_areaCollecting area of the telescope in square meters.
diameterDiameter of the telescope in meters.
focal_lengthFocal length of the telescope in meters.