Distortion Model — Distortion Model Type Mix-ins

The mix-ins in this module are for common distortion models that are shared between multiple sensors. Distortion models that are unique to a sensor or mission are kept in the driver module for that mission.

Added in version 0.1.0.

class ale.base.type_distortion.NoDistortion

Bases: object

Mix-in for sensors and data sets that do not have a distortion model.

property usgscsm_distortion_model

Returns the specification for no distortion in usgscsm.

Returns

: dict

Dictionary containing the usgscsm specification for no distortion.

class ale.base.type_distortion.RadialDistortion

Bases: object

Mix-in for sensors that use a radial distortion model.

property usgscsm_distortion_model

Expects odtk to be defined. This should be a list containing the radial distortion coefficients

Returns

: dict

Dictionary containing the usgscsm distortion model