Sfoglia il codice sorgente

Updated nwbParams file

Martynas Dervinis 1 anno fa
parent
commit
a2e574c7dc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      nwbParams.m

+ 1 - 1
nwbParams.m

@@ -11,7 +11,7 @@ dataset = 'neuropixels';
 videoFrameRate = 25; % Hz
 
 % Find the repository root folder
-rootFolderName = 'convert2nwbMat';
+rootFolderName = 'convert2nwbMatNpx';
 cfd = mfilename('fullpath');
 startInd = strfind(cfd, rootFolderName);
 rootFolder = cfd(1:startInd+numel(rootFolderName)-1);