MCPcopy
hub / github.com/mne-tools/mne-python / read_crop

Function read_crop

mne/preprocessing/tests/test_maxwell.py:189–191  ·  view source on GitHub ↗

Read and crop.

(fname, lims=(0, None))

Source from the content-addressed store, hash-verified

187
188
189def 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"

Callers 15

test_other_systemsFunction · 0.85
test_basicFunction · 0.85
test_bads_reconstructionFunction · 0.85
test_spatiotemporalFunction · 0.85
test_st_overlapFunction · 0.85
test_spatiotemporal_onlyFunction · 0.85
test_fine_calibrationFunction · 0.85
test_regularizationFunction · 0.85
test_cross_talkFunction · 0.85

Calls 2

read_raw_fifFunction · 0.90
cropMethod · 0.45

Tested by

no test coverage detected