We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32031d commit 96b428aCopy full SHA for 96b428a
1 file changed
gnss_lib_py/utils/visualizations.py
@@ -285,6 +285,7 @@ def plot_skyplot(navdata, receiver_state, save=False, prefix="",
285
286
navdata = navdata.copy()
287
navdata["az_sv_rad"] = np.radians(navdata["az_sv_deg"])
288
+ navdata = navdata.where("el_sv_deg",0,"geq")
289
290
for c_idx, constellation in enumerate(_sort_gnss_ids(np.unique(navdata["gnss_id"]))):
291
const_subset = navdata.where("gnss_id",constellation)
0 commit comments