coverplot does not work with Q8 data
Plotting a sync file generated by msi from Q8 data gives this error.
Traceback (most recent call last):
File "/Users/kle/miniconda/anaconda3/envs/2025.1.0.0-passcal/lib/python3.10/site-packages/coverplot/coverplot.py", line 501, in make_plot
self.canvas.setup_canvas(start=start, end=end)
File "/Users/kle/miniconda/anaconda3/envs/2025.1.0.0-passcal/lib/python3.10/site-packages/coverplot/coverplot.py", line 237, in setup_canvas
self.setup_time_axes()
File "/Users/kle/miniconda/anaconda3/envs/2025.1.0.0-passcal/lib/python3.10/site-packages/coverplot/coverplot.py", line 326, in setup_time_axes
text = tc.scene().addText(self.fmt_jul_date(self.x2epoch(x)))
File "/Users/kle/miniconda/anaconda3/envs/2025.1.0.0-passcal/lib/python3.10/site-packages/coverplot/coverplot.py", line 249, in fmt_jul_date
return strftime("%Y : %j", gmtime(epoch))
OverflowError: timestamp out of range for platform time_t
I am working on creating a stationxml file with nexus, but I haven't had much success. I will update this issue once I am able to test coverplot on a stationxml file.