Refactor mechanism to track processed data
Closed this issue · 1 comments
nritsche commented
findjump and flag RFI analyzers have a mechanism to track the data they processed, so they can catch up on the data they missed when they are started the next time.
Refactor this to be a utility that can be used by all analyzers that are supposed to not miss any data.
saurabh-astro commented
This looks good. I have plugged that in the sensitivity analyzer, and am testing it locally.