Load Fnirs data

  • MNE version: 0.24.0
  • operating system: Windows 10

I want to give the specific data inside the function

fnirs_data_folder = mne.datasets.fnirs_motor.data_path()

I’m using data that looks like this:
image

I’m using google collab to run Python and data is stored in the drive.

How can I load and visualize this data? Please help me.

You can use mne-nirs to load SNIRF data, see: Importing Data From fNIRS Devices — MNE-NIRS 0.7.1 documentation

For visualization, see: Visualization — MNE 1.9.0 documentation and mne.io.Raw — MNE 1.9.0 documentation