InPosition#

class lsst.ts.cbp.InPosition(azimuth, elevation, focus, mask, mask_rotation)#

Bases: object

Whether each CBP axis is at its target.

azimuth#

True when azimuth is within tolerance of the target.

Type:

bool

elevation#

True when elevation is within tolerance of the target.

Type:

bool

focus#

True when focus is within tolerance of the target.

Type:

bool

mask#

True when the mask matches the target.

Type:

bool

mask_rotation#

True when mask rotation is within tolerance of the target.

Type:

bool

Parameters:

Attributes Summary

Attributes Documentation

azimuth: bool = <dataclasses._MISSING_TYPE object>#
elevation: bool = <dataclasses._MISSING_TYPE object>#
focus: bool = <dataclasses._MISSING_TYPE object>#
mask: bool = <dataclasses._MISSING_TYPE object>#
mask_rotation: bool = <dataclasses._MISSING_TYPE object>#