Skip to content

Commit

Permalink
Show UTC date on time axis
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 f74e307 commit 59ee9a5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions rffit.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,11 +435,8 @@ int main(int argc,char *argv[])
ymax=20*d.f0/C;
}

// ymin=d.freqmin;
// ymax=d.freqmax;

day=mjd2doy(d.mjd0,&year);
sprintf(xlabel,"MJD - %5.0f (%02d%03.0f)",d.mjd0,year-2000,floor(day));
mjd2nfd(d.mjd0,nfd);
sprintf(xlabel, "Date (UTC) - %s",nfd);
sprintf(ylabel,"Frequency - %.0f kHz",d.f0);

// For ever loop
Expand Down

0 comments on commit 59ee9a5

Please sign in to comment.