TargetUpdate#

class lsst.ts.cbp.TargetUpdate(target, moved_axes, in_position)#

Bases: object

Result of accepting a new CBP target.

target#

Full commanded target state after applying the update.

Type:

Target

moved_axes#

Axes affected by the accepted target update.

Type:

frozenset [str]

in_position#

Transient in-position state after marking moved axes out of position.

Type:

InPosition

Parameters:

Attributes Summary

Attributes Documentation

in_position: InPosition = <dataclasses._MISSING_TYPE object>#
moved_axes: frozenset[str] = <dataclasses._MISSING_TYPE object>#
target: Target = <dataclasses._MISSING_TYPE object>#