mne.preprocessing.nirs.optical_density#

mne.preprocessing.nirs.optical_density(raw, *, verbose=None)[source]#

Convert NIRS raw data to optical density.

Parameters:
rawinstance of Raw

The raw data.

verbosebool | str | int | None

Control verbosity of the logging output. If None, use the default verbosity level. See the logging documentation and mne.verbose() for details. Should only be passed as a keyword argument.

Returns:
rawinstance of Raw

The modified raw instance.

Examples using mne.preprocessing.nirs.optical_density#

Preprocessing functional near-infrared spectroscopy (fNIRS) data

Preprocessing functional near-infrared spectroscopy (fNIRS) data

Visualise NIRS artifact correction methods

Visualise NIRS artifact correction methods