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 andmne.verbose()
for details. Should only be passed as a keyword argument.
- rawinstance of
- Returns
- rawinstance of
Raw
The modified raw instance.
- rawinstance of