Camera Descriptions#

lsst.images.cameras Module#

Classes#

Amplifier(*, name, bbox, readout_corner[, ...])

A struct that holds information about an amplifier.

AmplifierCalibrations(*, gain, read_noise, ...)

A struct that holds nominal information about an amplifier that is often superseded by separate calibration datasets.

AmplifierRawGeometry(*, bbox, data_bbox[, ...])

A struct that describes the geometry of an amplifire in a raw image.

Detector(attributes, amplifiers, frames[, visit])

Information about a detector in a camera.

DetectorAttributes(*, name, id, type, ...)

Struct holding the plain-old-data attributes of a detector.

DetectorSerializationModel(*, metadata, ...)

Serialization model for Detector.

DetectorType(value[, names, module, ...])

Enumeration of the types of a detector.

Orientation(*, focal_plane_x, focal_plane_y, ...)

A struct that represents the nominal position and rotation of a detector within a camera focal plane.

ReadoutCorner(value[, names, module, ...])

Enumeration of the possible readout corners of an amplifier.