Channel#

class xrtpy.response.Channel(name)[source]#

Bases: object

Represents 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.

Name#

Name of XRT X-Ray channel.

Type:

str

Wavelength#

Array of wavelengths for every X-ray channel in angstroms.

Type:

astropy.units.Quantity

Transmission#

Transmission of the channel.

Type:

numpy.ndarray

Number_of_wavelengths#

Length of the data.

Type:

int

Observatory#

Name of the spacecraft.

Type:

str

Instrument#

Name of the instrument (X-Ray Telescope -XRT).

Type:

str

Attributes Summary

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.

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.