...
param_notch_freqs_start
NUMBER
default: 50 (in Europe power line artifact is at 50Hz, in the US it’s at 60Hz)
param_notch_freqs_stop
NUMBER
default: 251 (in Europe, if MEG signals were recorded in the US, change it to 251241)
param_notch_freqs_step
NUMBER
default: 50 (in Europe, if MEG signals were recorded in the US, change it to 60)
...
picks
ENUM
either meg, eeg, [“meg”, “eeg”], mag, grad, or
None
(i.e. all channels except for the bad ones)default:
None
filter_length
STRING
default: auto
notch_widths
NUMBER
default:
None
trans_bandwidth
NUMBER
default: 1
n_jobs
NUMBER
default: 1
method
STRING
either fir or iir
default: fir
iir_params
to be determined
mt_bandwidth
NUMBER
default:
None
p_value
NUMBER
default: 0.05
phase
ENUM
either zero or zero-double
default: zero
fir_window
ENUM
either hamming, hann, or blackman
default: hamming
fir_design
ENUM
either firwin or firwin2
default: firwin
pad
ENUM
either reflect_limited or any value of
numpy.pad()
default: reflect_limited
3. Function raw.resample()
sfreq
NUMBER
Some parameters are in the “Advanced” section because it’s best to keep their default values:
npad
NUMBER
default: auto
window
ENUM
see choices in
scipy.signal.get_window
default: boxcar
stim_picks
STRING
default:
None
n_jobs
NUMBER
default: 1
events
NUMBER
default:
None
pad
ENUM
either reflect_limited or any value of
numpy.pad()
default: reflect_limited
...