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