cbassa / strf

Radio Frequency Satellite Tracking
GNU General Public License v3.0
163 stars 36 forks source link

UT date on bottom of rfplot output does not go to next day after passing 00:00 (UTC) #55

Open zanco opened 8 months ago

zanco commented 8 months ago

Hi, if I did run rfplot and found a new satellite I do a run on an (very) large amount of bins but filtered for the identified frequency and bandwidth. my -l can be like 72000 just to check if my identification matches on next passes.

However, the UT date does not go up if I have tabbed through a day of strf.

For exameple, with -s 3160 and -l 72000 I find my id's satellite on the 2024-01-17 09:40

image

But if I start at -s 2760 , which is at 2024-01-16, I find the same next pass on the 09:40 UTC time from above, except the UT date on the bottom is 2024-01-16

image

So, if possible, update the date after passing midnight :-)

Thanks