tomodrgn.utils.yrot# yrot(tilt_deg: float) → ndarray[source]# Return rotation matrix associated with rotation over the y-axis Parameters: tilt_deg – Rotation angle in degrees. Returns: 3x3 rotation matrix.