rotMatrix

lsst.ts.wep.utils.rotMatrix(thetaDegrees)

Create a 2-d rotation matrix for given angle.

Parameters:
thetaDegreesfloat

Rotation angle in degrees.

Returns:
np.ndarray

Rotation matrix for theta.