lumos.geometry.EarthMesh

class lumos.geometry.EarthMesh(angles_off_plane, angles_on_plane)[source]

Bases: object

A mesh of points on Earth’s surface

Parameters:
  • angles_off_plane (np.ndarray) – 1D array of the angles-off-plane of the mesh.

  • angles_on_plane (np.ndarray) – 1D array of the angles-on-plane of the mesh.

Methods