Possible documentation inconsistency
Transfered from Bugzilla https://sccn.ucsd.edu/bugzilla/show_bug.cgi?id=1963
Filter order (filter length - 1) is computed automatically (no value in GUI or also CLI) the transition band width is computed before it is checked whether filter order is actually even (mandatory). In case not, it is rounded up to the next even integer. Thus, true transition band width is minimally smaller than expected.
Documentation inconsistent with function behavior - switch high pass and low pass parameters
Filter order (filter length - 1) is computed automatically (no value in GUI or also CLI) the transition band width is computed before it is checked whether filter order is actually even (mandatory). In case not, it is rounded up to the next even integer. Thus, true transition band width is minimally smaller than expected.
You mean the value reported on the CLI in pop_eegfiltnew? Yes, indeed there might be a very small difference between reported and actual df due to rounding m to even integer. Will add a line recomputing df when I next time touch the function.
Documentation inconsistent with function behavior - switch high pass and low pass parameters
Sorry, I do have no clue what you mean? Could you please be more specific?
Part one was fixed in 6501ec4. Could you please update the link in EEGLAB to version 912ff9e?
For part two ("Documentation inconsistent with function behavior - switch high pass and low pass parameters") I still need input. I do not know what you mean.