Channel#
- class xrtpy.response.Channel(name)[source]#
Bases:
objectRepresents an XRT channel on the Hinode spacecraft.
Available channels: “Al-mesh”, “Al-poly”, “C-poly”, “Ti-poly”, “Be-thin”, “Be-med”, “Al-med”, “Al-thick”, “Be-thick”, “Al-poly/Al-mesh”, “Al-poly/Ti-poly”, “Al-poly/Al-thick”, “Al-poly/Be-thick”, “C-poly/Ti-poly”.
- Parameters:
name (str) – The name of the filter for the XRT channel.
- Geometry#
The geometric parameters of the XRT channel.
- EntranceFilter#
The entrance filter properties.
- Mirror.mirror_1#
Properties of the first mirror.
- Mirror.mirror_2#
Properties of the second mirror.
- Filter.filter_1#
Properties of the first filter.
- Filter.filter_2#
Properties of the second filter.
- CCD#
Properties of the CCD.
- Wavelength#
Array of wavelengths for every X-ray channel in angstroms.
- Type:
- Transmission#
Transmission of the channel.
- Type:
Attributes Summary
Properties of the CCD.
Entrance filter properties.
Properties of the first filter.
Properties of the second filter.
Geometric parameters of the XRT channel.
X-Ray Telescope -XRT.
Properties of the first mirror.
Properties of the second mirror.
Name of XRT X-Ray channel.
Data number length.
The spacecraft name - Hinode.
Channel transmission.
Array of wavelengths for every X-ray channel in angstroms.
Attributes Documentation
- ccd#
Properties of the CCD.
- entrancefilter#
Entrance filter properties.
- filter_1#
Properties of the first filter.
- filter_2#
Properties of the second filter.
- geometry#
Geometric parameters of the XRT channel.
- instrument#
X-Ray Telescope -XRT.
- mirror_1#
Properties of the first mirror.
- mirror_2#
Properties of the second mirror.
- name#
Name of XRT X-Ray channel.
- number_of_wavelengths#
Data number length.
- observatory#
The spacecraft name - Hinode.
- transmission#
Channel transmission.
- wavelength#
Array of wavelengths for every X-ray channel in angstroms.