libgs.visualisation.SatellitePass¶
-
class
libgs.visualisation.
SatellitePass
(name, **fig_args)[source]¶ Visualisation of the sky.
Can show, in real-time, the current and demanded pointing of the antennas, the satellite track, and the position of the tracked satellite.
The SatellitePass class sets up the following
live_data
sources:- dpass : The pass itself
- ant_cmd : The commanded position(s) of the antennae
- ant_cur : The current position(s) of the antennae
- sat : The current position(s) of the satellite
Parameters: - name – Unique name for this plot
- **fig_args – Arguments to pass to
bokeh.plotting.figure.Figure
Methods
create_fig
(sources)The create_fig method shall set up a Bokeh Figure object appropriately and return it plot_pass
(az, el)Convenience function for plotting a pass update_data
(dataset, az, el)Convenience function for updating any live_data element Attributes
Inherited from base class
live_data
live_props
name