#254 (comment)
In particular, in two places in aas_processBIDS, an expression like [,n,] = fileparts(strtok(cfname{1},'.'));` is used. This does not work correctly for stripping a file extension, when there is a . somewhere in the path name. Proposed: probably a double fileparts can be used, have a quick discussion on that.
#254 (comment)
In particular, in two places in aas_processBIDS, an expression like [
,n,] = fileparts(strtok(cfname{1},'.'));` is used. This does not work correctly for stripping a file extension, when there is a . somewhere in the path name. Proposed: probably a double fileparts can be used, have a quick discussion on that.