cbassa / strf

Radio Frequency Satellite Tracking
GNU General Public License v3.0
169 stars 37 forks source link

Add display of sat names in rfplot and rffit #56

Open MartinHerren opened 3 months ago

MartinHerren commented 3 months ago

Hej Cees !

This PR adds the sat names in rfplot (in the plot as well as in the list of ids) and rffit.

In the identified satellites list the name will always be shown in both rfplot and rffit when the name is available in the catalog. In rfplot's plot, it is not shown by default. It can be activated either by

Example of rfplot's window: Screenshot from 2024-07-14 14-25-00

This PR is based on https://github.com/cbassa/strf/pull/54 (and thus also on https://github.com/cbassa/strf/pull/52 and https://github.com/cbassa/strf/pull/48) so should not be merged before they are merged.