Telescope

Contents

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_area

Collecting area of the telescope in square meters.

diameter

Diameter of the telescope in meters.

focal_length

Focal length of the telescope in meters.