scopesim.detector.detector_array module

class scopesim.detector.detector_array.DetectorArray(detector_list=None, **kwargs)[source]

Bases: object

readout(image_planes, array_effects=[], dtcr_effects=[], **kwargs)[source]

Read out the detector array into a FITS file

Parameters:
image_planeslist of ImagePlane objects

The correct image plane is automatically chosen from the list

array_effectslist of Effect objects

A list of effects related to the detector array

dtcr_effectslist of Effect objects

A list of effects related to the detectors

Returns:
self.latest_exposurefits.HDUList
scopesim.detector.detector_array.make_effects_hdu(effects)[source]
scopesim.detector.detector_array.make_primary_hdu(meta)[source]

Create the primary header from meta data