mne_nirs.signal_enhancement.short_channel_regression#
- mne_nirs.signal_enhancement.short_channel_regression(raw, max_dist=0.01)[source]#
Systemic correction regression based on nearest short channel.
Method as described by NIRx and based on [1], [2], and [3].
- Parameters:
- rawinstance of
Raw
Raw instance containing optical density data.
- max_distnumber
Channels less than this distance are considered short (m).
- rawinstance of
- Returns:
- rawinstance of
Raw
The modified raw instance.
- rawinstance of
References
Examples using mne_nirs.signal_enhancement.short_channel_regression
#
Signal Enhancement Techniques