mne_nirs.channels.pick_detectors# mne_nirs.channels.pick_detectors(raw, detectors)[source]# Pick detectors. Parameters: rawinstance of RawRaw instance containing fNIRS data. detectorsiterable or strIterable (e.g. list) of detector(s) or detector to keep. Returns: instinstance of RawThe modified instance.