[skip ci] Interpolate missing nominal values during Averaging#246
[skip ci] Interpolate missing nominal values during Averaging#246sjperkins wants to merge 12 commits into
Conversation
|
@bennahugo would you consider giving this a quick review, mostly of the new test cases: Note that this doesn't change the BDA averaging code, yet. It only modifies the standard time and channel averaging code because it's far easier to reason about including X seconds worth of data in the bin. If you're happy with the standard case, I'll implement the same in the BDA code. |
Discussion Points
10 seconds bin O O O X X X X O | O O O | X X X X O | O O O | X X X X O | -- current strategy, samples completely in/out of a bin | O O O | X X X X | O | |
Tests added / passed
If the pep8 tests fail, the quickest way to correct
this is to run
autopep8and thenflake8andpycodestyleto fix the remaining issues.Fully documented, including
HISTORY.rstfor all changesand one of the
docs/*-api.rstfiles for new APITo build the docs locally: