ObservingConditions#

class lsst.ts.wep.estimation.ObservingConditions(rtp=None, altitude=None)#

Bases: object

Per-observation telescope pointing state for wavefront estimation.

Parameters:
  • rtp (Angle or None, optional) – Rotation angle of the camera on the telescope. Note that this is not the same as BORESIGHT_ROT_ANG, which is the rotation angle of the camera on the sky. (the default is None, meaning unknown or not applicable)

  • altitude (Angle or None, optional) – Boresight altitude. (the default is None, meaning unknown or not applicable)

Attributes Summary

Attributes Documentation

altitude: Optional[Angle] = None#
rtp: Optional[Angle] = None#