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.
- verbose
bool
|str
|int
|None
Control verbosity of the logging output. If
None
, use the default verbosity level. See the logging documentation andmne.verbose()
for details. Should only be passed as a keyword argument.
- rawinstance of
- Returns:
- rawinstance of
Raw
The modified raw instance.
- rawinstance of
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