Response#

sunkit_instruments.response Package#

A subpackage for computing instrument responses

Functions#

get_temperature_response(channel, spectra[, ...])

Calculate the temperature response function for a given instrument channel and input spectra.

Classes#

SourceSpectra(temperature, wavelength, spectra)

Source spectra as a function of temperature and wavelength.

Class Inheritance Diagram#

Inheritance diagram of sunkit_instruments.response.thermal.SourceSpectra

sunkit_instruments.response.abstractions Module#

This module defines abstractions for computing instrument response.

Classes#

AbstractChannel()

An abstract base class for defining instrument channels.

Class Inheritance Diagram#

Inheritance diagram of sunkit_instruments.response.abstractions.AbstractChannel