Closed larsoner closed 8 years ago
+1
I can implement this (it is a trivial change from a code standpoint), but a few questions for further thought:
heterogeneous_filter='strongest'|'weakest'
with the default in 0.13 being strongest
and changing to weakest
in 0.14 (much like the recent changes to the FIR filter settings)? to me it's a bug and I would not change API for this.
it's a bug fix.
can this be closed?
Close it, we can finish off any remaining bits in the PR (#3593).
Currently the BV reader sets info['lowpass'] to the lowest filter that was applied to any channel. I think this should be changed due to:
raw.filter(..., picks=picks)
, which only sets it if all data channels are filtered.Advantages of the existing approach (supported by @jona-sassenhagen and @palday):
info['highpass']
.info['lowpass'] = sfreq/2.
when some of the channels have actually been filtered, as users may think they can analyze data in regions that have been suppressed.@agramfort @dengemann thoughts on this one?