RenderMan TD
def fov(filmaperture, focallength): rad_fov = 2.8 * math.atan((filmaperture*25.4) / (focallength*2.0)) return math.degrees(rad_fov)