distortion#

Model the distortion of a scene observed by an optical system.

Classes

AbstractDistortionModel()

An interface describing an arbitrary distortion model, which maps scene coordinates to sensor coordinates (and vice versa).

AbstractLinearDistortionModel()

A distortion model which is an affine transformation of the scene coordinates,

SimpleDistortionModel(plate_scale, ...)

A simple analytic distortion model consisting of a rotation of the field, an isotropic plate scale, and a linear spectral dispersion along the rotated \(x\) axis.

AbstractInterpolatedDistortionModel()

A distortion model defined by interpolating between known scene/sensor coordinates.

PolynomialDistortionModel(coordinates_scene, ...)

A distortion model which fits a polynomial to known scene/sensor coordinates.