convertVectorFromPupilToBase#

lsst.cbp.coordUtils.convertVectorFromPupilToBase(vectorPupil, pupilAzAlt)#

Given a vector in pupil coordinates and the pupil pointing, compute the vector in base coords.

Parameters#

vectorPupilsequence of 3 float

3-dimesional vector in the pupil frame.

pupilAzAltlsst.geom.SpherePoint

Pointing of the pupil frame as internal azimuth, altitude.

Returns#

vectorBasenp.array of 3 float

3-dimensional vector in the base frame.