mne_nirs.channels.pick_sources#

mne_nirs.channels.pick_sources(raw, sources)[source]#

Pick sources.

Parameters:
rawinstance of Raw

Raw instance containing fNIRS data.

sourcesiterable or str

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

Returns:
instinstance of Raw

The modified instance.