Merge pull request #32 from janvgils/patch-2

Update rffit.c
pull/36/head
Cees Bassa 2022-12-20 19:52:21 +01:00 committed by GitHub
commit d95dfd8b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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");