InstrumentFIlter - moving median - missing epochs #425
|
Dear Developers how are missing epochs in a time series handled due to data gaps? Are those epochs ignored? Does this create errors / misinterpretation? Form the documentation it says k-n/2 and k+n/2 so it just uses the epoch after the gap as the next one? Thank you for your help. Best regards, Jean |
Answered by
tmayerguerr
May 10, 2026
Replies: 2 comments
|
Dear Jean, The digitalFilter assumes an equally spaced time series within an arc. It ignores the time stamps. To account for data gaps you should divide the instrument file into gap free arcs with InstrumentSynchronize before. Best regards |
0 replies
Answer selected by
tmayerguerr
|
Dear Torsten, Thank you very much for the clarification. That is very helpful. Best regards, Jean |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear Jean,
The digitalFilter assumes an equally spaced time series within an arc. It ignores the time stamps. To account for data gaps you should divide the instrument file into gap free arcs with InstrumentSynchronize before.
Best regards
Torsten