CCD

class xrtpy.response.channel.CCD(index)[source]

Bases: object

Charge-coupled device (CCD) on board X-Ray Telescope (XRT) on the Hinode spacecraft.

Attributes Summary

ccd_energy_per_electron

The energy necessary to dislodge one electron.

ccd_full_well

Number of electrons for a CCD full well.

ccd_gain_left

Gain when reading the left port of the CCD.

ccd_gain_right

Gain when reading the right port of the CCD.

ccd_name

Hinode/XRT flight model CCD.

ccd_pixel_size

CCD pixel size in micrometers.

ccd_quantum_efficiency

Quantum efficiency of the CCD.

ccd_wavelength

Array of wavelengths for the CCD quantum efficiency in angstroms.

number_of_wavelengths

Data number length.

Attributes Documentation

ccd_energy_per_electron

The energy necessary to dislodge one electron.

ccd_full_well

Number of electrons for a CCD full well.

ccd_gain_left

Gain when reading the left port of the CCD.

ccd_gain_right

Gain when reading the right port of the CCD.

ccd_name

Hinode/XRT flight model CCD.

ccd_pixel_size

CCD pixel size in micrometers.

ccd_quantum_efficiency

Quantum efficiency of the CCD.

ccd_wavelength

Array of wavelengths for the CCD quantum efficiency in angstroms.

number_of_wavelengths

Data number length.