fastpli.analysis.orientation.remap_half_sphere_x

remap_half_sphere_x(phi, theta)[source]

Return the azimuthal angle in range of [-np.pi, np.pi) and the polar angle in [0, np.pi]

Returns

res – aximuth in [-np.pi/2, np.pi/2), theta in [0, np.pi]

Return type

(np.ndarray, np.ndarray)