spm_opm_create Line 795 dataFile(1:end-4) means function cannot load channels tsv file · Issue #66 · spm/spm · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 795 dataFile(1:end-4) runs on a filename string without an extension which means that the resulting channel file name does not correspond to the name printed in line 801. When the function subsequently tries to load the channels file it cannot because the names are different.
The text was updated successfully, but these errors were encountered:
meaghanspedden
changed the title
Line 795 dataFile(1:end-4) means function cannot load channels tsv file
spm_opm_create Line 795 dataFile(1:end-4) means function cannot load channels tsv file
Jun 2, 2025
Thanks for reporting, we plan to streamline how neuro-1 data is read into SPM. Bear with us a little bit. @AlexanderNA was there a particular reason for the edit you made or can this be reverted?
Hi @meaghanspedden please will you send me the relevant files and the script you are running so I can debug this? In future we will avoid this issue by not creating the channels file for neuro-1 data, as it is redundant.
Line 795 dataFile(1:end-4) runs on a filename string without an extension which means that the resulting channel file name does not correspond to the name printed in line 801. When the function subsequently tries to load the channels file it cannot because the names are different.
The text was updated successfully, but these errors were encountered: