import pyfar as pf
coords = pf.samplings.sph_lebedev(sh_order=10)
result = coords.get_nearest_cart(1, 0, 0, 0.5, show=True)
