lumos.geometry.GroundObservers

class lumos.geometry.GroundObservers(sat_height, angle_past_terminator, density)[source]

Bases: EarthMesh

A mesh of observers visible to the satellite and on the night side of earth

Parameters:
  • sat_height (float) – Geodetic height of satellite (meters)

  • angle_past_terminator (float) – Angle of satellite past the terminator (radians)

  • density (int) – Mesh will have size density x density

Methods