fastpli.analysis.orientation.remap_sphere

remap_sphere(phi, theta)[source]

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

Returns

res – phi in [0, 2*np.pi), theta in [0, np.pi]

Return type

(np.ndarray, np.ndarray)