mne_nirs.channels.pick_detectors#

mne_nirs.channels.pick_detectors(raw, detectors)[source]#

Pick detectors.

Parameters:
rawinstance of Raw

Raw instance containing fNIRS data.

detectorsiterable or str

Iterable (e.g. list) of detector(s) or detector to keep.

Returns:
instinstance of Raw

The modified instance.