1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-06-04 23:54:08 +00:00

Formatting fixes

This commit is contained in:
Carles Fernandez 2025-04-30 15:30:53 +02:00
parent 50512645c6
commit 3f55d99529
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -373,11 +373,10 @@ def plot_satellite_tracks(satellites, obs_lat, obs_lon, obs_alt,
def main():
"""Generate the skyplot"""
# Set up argument parser
# Set up argument parser
parser = argparse.ArgumentParser(
description='Generate GNSS skyplot from RINEX navigation file',
add_help=False # We'll handle help manually to preserve your current style
add_help=False
)
# Add only the no-show flag