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. 
 
- vectorPupilsequence of 3 
- Returns:
- vectorBasenp.arrayof 3float
- 3-dimensional vector in the base frame. 
 
- vectorBase