mne_nirs.channels.drop_sources#

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

Drop sources.

Parameters:
rawinstance of Raw

Raw instance containing fNIRS data.

sourcesiterable or str

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

Returns:
instinstance of Raw

The modified instance.