Clemens Brunner
Clemens Brunner
Note that I get the following warnings when loading the file: ``` RuntimeWarning: Channels contain different highpass filters. Highest filter setting will be stored. RuntimeWarning: Channels contain different lowpass filters....
Whatever you end up deciding, I just confirmed with @schloegl that the file in question does indeed have all zeros for its filter settings, so we need to deal with...
I think even with EDF it is not guaranteed that those header fields contain sane values. We could use fallback values of 0 Hz and fs/2 Hz in such cases,...
Yes, correct.
What's the status of this PR? I'm not even sure what this adds - is this implementing resampling of all streams to a common sampling frequency? @agricolab maybe you could...
Nice, this feature is important. I can rebase if you want.
Alright, I rebased and fixed some PEP8-related stuff. Maybe I can come back to this before January.
@agricolab I assume you don't have time to finalize this PR? In addition to rebasing, I think what's currently missing is support for stream selection (which has been added to...
😄 This would be really great! If this is available in PyXDF, downstream projects don't have to roll their own implementations. Speaking of which, we've been discussing the problem of...
This PR is about creating regularly sampled time series via resampling. So I think large gaps need to be treated somehow in order to avoid interpolating a large gap and...