AmplifierGeometryComparison

class lsst.afw.cameraGeom.AmplifierGeometryComparison(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Flag

Flags used to report geometric differences between amplifier

Attributes Summary

FLIPPED_X

Amplifiers differ by (at least) an X-coordinate flip.

FLIPPED_Y

Amplifiers differ by (at least) a Y-coordinate flip.

REGIONS_DIFFER

Amplifiers have different full/data/overscan/prescan regions.

SHIFTED_X

Amplifiers have different X offsets relative to assembled raw.

SHIFTED_Y

Amplifiers have different Y offsets relative to assembled raw.

Attributes Documentation

FLIPPED_X = 4

Amplifiers differ by (at least) an X-coordinate flip.

FLIPPED_Y = 8

Amplifiers differ by (at least) a Y-coordinate flip.

REGIONS_DIFFER = 16

Amplifiers have different full/data/overscan/prescan regions.

If assembly=True was passed to Amplifier.compare, this will only be set if regions differ even after applying flips and offsets to make the assembly states the same. If assembly=False was passed to Amplifier.compare, regions will be compared while assuming that assembly state is the same.

SHIFTED_X = 1

Amplifiers have different X offsets relative to assembled raw.

SHIFTED_Y = 2

Amplifiers have different Y offsets relative to assembled raw.