optics#

A generalized model of the optical system.

Classes

FrontAperture([translation])

A model of the entrance aperture of the instrument.

CentralObscuration([num_folds, halfwidth, ...])

A model of the central obscuration, also known as the Tuffet.

PrimaryMirror([sag, num_folds, width_clear, ...])

A model of the primary mirror of the instrument.

FieldStop([num_folds, radius_clear, ...])

A model of the field stop of the instrument.

Grating([serial_number, ...])

A model of the diffraction gratings of this instrument.

Filter([material, radius_clear, ...])

A model of the visible-light filters of the instrument.

Sensor([manufacturer, family, ...])

A model of the CCD sensors used to detect light.

Camera([sensor, gain, bits_adc, ...])

A model of the cameras developed by MSFC.

Requirements(resolution_spatial, ...)

The requirements of the ESIS optical system.

Instrument([name, axis_channel, ...])

An object which represents the entire optical system.

Modules

abc

Abstract classes used in this module.

mixins

Mixin classes used in this module.