Visualising light ray dataΒΆ
The data calculated in the previous section can be visualised with the help of the eop_plot function, which plots both emitter- and observer curve as well as the light signals.
Assume emission_curve_data and receiver_curve_data contain data on the two curves of interest, and assume light_rays contains data on all light signals. Then eop_plot is called like this:
from greopy.emitter_observer_solution_plot import eop_plot
eop_plot(emission_curve_data, receiver_curve_data, light_rays)