Imager¶
-
class
telescopy.Imager(plate_scale=None, seeing=None, binning=None, quantum_efficiency=None, gain=None)[source]¶ Bases:
objectContainer for an imager.
Parameters: Methods Summary
counts(telescope, target, exposure_duration, …)Number of ADU detected by the detector. image(telescope, target, exposure_duration)Generate an image of targetobserved bytelescope.Methods Documentation
-
counts(telescope, target, exposure_duration, filter)[source]¶ Number of ADU detected by the detector.
Parameters: Returns: - total_counts : float
Number of counts estimated in the exposure.
-