ThomasLecocq / SeismoRMS

A simple Jupyter Notebook example for getting the RMS of a seismic signal (from PSDs)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plotting only most recent data even when older data show up as available

pjkoelemeijer opened this issue · comments

As discussed in the network channel - some stations only plot the most recent period of continuous data after a data gap, despite older data being available (green bars show as available and .npz files exist). This does not seem to be consistent between stations (e.g. station RAEBE or R2E51 do not plot all data, but station R5982 plots fine with a big data gap).

As suggested by Ian Nesbitt, removing the 'UTCDateTime(day)' in the call for the resp and rerunning the cells fixes this issue (though older files need to be removed as well).

Oops - didn't mean to close. Wanted to add - perhaps change this in the notebook?