GuideStarPosition

class jwst.lib.set_telescope_pointing.GuideStarPosition(position, corner, size)

Bases: tuple

Guide Star ACQ pointing container.

Attributes are as follows. All values are retrieved from the engineering data.

Attributes:
positiontuple

X/Y position of the guide star within the acquisition window of the FGS.

cornertuple

X/Y corner of the acquisition window within the FGS.

sizetuple

X/Y size of the acquisition window.

Attributes Summary

corner

Alias for field number 1

position

Alias for field number 0

size

Alias for field number 2

Attributes Documentation

corner

Alias for field number 1

position

Alias for field number 0

size

Alias for field number 2