Telescope

class telescopy.Telescope(aperture_diameter=None, throughput=None)[source]

Bases: object

Container for information about a telescope.

Parameters:
aperture_diameter : Quantity

(Effective) Diameter of the primary mirror

throughput : float

Telescope throughput

Methods Summary

photons(target, exposure_duration, filter)

Methods Documentation

photons(target, exposure_duration, filter)[source]