Read and crop.
(fname, lims=(0, None))
| 187 | |
| 188 | |
| 189 | def read_crop(fname, lims=(0, None)): |
| 190 | """Read and crop.""" |
| 191 | return read_raw_fif(fname, allow_maxshield="yes").crop(*lims) |
| 192 | |
| 193 | |
| 194 | # For backward compat and to be most like MaxFilter, we make "maxwell_filter" |
no test coverage detected