I installed mne and mne-nirs, and I have some nirs file like "1.nirs"
I use raw_intensity = mne.io.read_raw_nirx('1.nirs', verbose=True), and there is OSError: Need a directory for fname but found a file at ".......\1.nirs".
Can you help me how to read my nirs file? and I want to use function mne.preprocessing.nirs.scalp_coupling_index with the raw data.