mne_nirs.channels.drop_sources# mne_nirs.channels.drop_sources(raw, sources)[source]# Drop sources. Parameters: rawinstance of RawRaw instance containing fNIRS data. sourcesiterable or strIterable (e.g. list) of source(s) or source to remove. Returns: instinstance of RawThe modified instance.