radiometry#

Model the radiometry of an optical system.

Classes

AbstractEffectiveAreaModel()

An interface describing the effective area of an optical system as a function of wavelength.

InterpolatedEffectiveAreaModel(wavelength, ...)

An effective area model which linearly interpolates between measured calibration points.

AbstractVignettingModel()

An interface describing an arbitrary vignetting model, which maps scene coordinates to the relative illumination of the optical system (the spatial response normalized to one at the center of the field of view).

AbstractInterpolatedVignettingModel()

A vignetting model defined by interpolating between known scene coordinates and their measured illumination.

PolynomialVignettingModel(coordinates_scene, ...)

A vignetting model which fits a polynomial to the measured illumination at known scene coordinates.