Resp 8 make bandpass nan resistant - #9
Merged
Conversation
… in bandpass function.
…DO: Implement interpolation over small nan windows.
…ge size. Details of cuts as follows: 10-01-02 take from 100s to 160 s 10-05-01-noise-island come back to this one take from 150s-eof 10-06-01 take from 0 to 120s 23-01-03 no modification needed 23-03-02 take from 150 to 270 23-05-02 timestamps of gaps 53s 134s 202s take from 50-220
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add nan resistance for bandpass.
Initially, it was just filtering over each segment. This yielded suboptimal results. Now it interpolates over small gaps, which significantly improved the results.
It's also worth noting that the sample data files were renamed and shortened for the sake of simplicity and to reduce the final size of the package.