pymgp.orbplot.skyplot#
- pymgp.orbplot.skyplot(t, azi, zen, cutoff=0, satnames=[], ax=None, figsize=(10, 6))[source]#
Skyplot (polar plot) with elevation and azimuth of satellite(s).
skyplot(t,azi,zen) creates a polar plot with the elevation and azimuth of a satellite. t is an array with the time as datenumbers, azi and zen are arrays with the azimuth (radians) and zenith angle (radians). The first axis of azi and zen must have the same length as the array with time t. The second axis represents different satellites, i.e. ntimes, nsat = zen.shape . The optional parameter cutoff is the cutoff elevation (degrees) for plotting the trajectories, the default is 0 degrees (the local horizon).