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.
- pupilAzAlt
lsst.geom.SpherePoint Pointing of the pupil frame as internal azimuth, altitude.
Returns#
- vectorBase
np.arrayof 3float 3-dimensional vector in the base frame.
- vectorPupilsequence of 3