import mesh2hrtf as m2h
import spharpy
points = spharpy.samplings.lebedev(n_max=10)
m2h.write_evaluation_grid(
    points, "Lebedev_N10", discard=None, show=True)
