Skip to content

Commit

Permalink
Clarify epoch definition
Browse files Browse the repository at this point in the history
Signed-off-by: Cees Bassa <[email protected]>
  • Loading branch information
cbassa committed Dec 28, 2024
1 parent 3fa5e8a commit f74e307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rffit.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ int main(int argc,char *argv[])

// Change
if (c=='c') {
printf("( 1) Inclination, ( 2) Ascending Node, ( 3) Eccentricity,\n( 4) Arg. of Perigee, ( 5) Mean Anomaly, ( 6) Mean Motion,\n( 7) B* drag, ( 8) Epoch, ( 9) Satellite ID\n(10) Satellite name (11) Frequency (MHz)\n\nWhich parameter to change: ");
printf("( 1) Inclination, ( 2) Ascending Node, ( 3) Eccentricity,\n( 4) Arg. of Perigee, ( 5) Mean Anomaly, ( 6) Mean Motion,\n( 7) B* drag, ( 8) Epoch (YYDDD.dd), ( 9) Satellite ID\n(10) Satellite name (11) Frequency (MHz)\n\nWhich parameter to change: ");
status=scanf("%i",&i);
if (i>=0 && i<=11) {
printf("\nNew value: ");
Expand Down

0 comments on commit f74e307

Please sign in to comment.