mne_nirs.io.read_snirf_aux_data#

mne_nirs.io.read_snirf_aux_data(fname: str, raw: Raw)[source]#

Read auxiliary data from SNIRF file.

Reads the auxiliary channel data (e.g. heart rate data, accelerometer, etc). The auxiliary data will be resampled to match the raw data.

Parameters:
fnamestr

Path to the SNIRF data file.

rawRaw

Instance of raw snirf data as created by read_raw_snirf.

Returns:
fnamestr

Path to the SNIRF data file.

Examples using mne_nirs.io.read_snirf_aux_data#

Utilising Auxiliary Data

Utilising Auxiliary Data