Merge branch 'master' of github.com:cbassa/strf

pull/36/head
Cees Bassa 2023-01-08 12:08:48 +01:00
commit 289eaf14dd
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ int identify_satellite_from_visibility(char *catalog,double altmin)
void usage()
{
printf("dpplot -d <data file> -c [tle catalog] -i [satno] -h\n\ndata file: Tabulated doppler curve\ntle catalog: Catalog with TLE's (optional)\nsatno: Satellite to load from TLE catalog (optional)\n\n");
printf("rffit -d <data file> -c [tle catalog] -i [satno] -h\n\ndata file: Tabulated doppler curve\ntle catalog: Catalog with TLE's (optional)\nsatno: Satellite to load from TLE catalog (optional)\n\n");
printf("rffit: fit RF observations\n\n");
printf("-d <datafile> Input data file with RF measurements\n");