Commit 76feead7 authored by jayd1860's avatar jayd1860
Browse files

-- Remove all stims from test.snirf so that the demo EditStimExample.m shows...

-- Remove all stims from test.snirf so that the demo EditStimExample.m shows how to work with events tsv files from scratch
-- Add '.snirf' and '.nirs' type files to syncSubmodules.m in search for modified or added files when syncing shared libraries
parent c4fea3e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -107,7 +107,7 @@ if ~exist('peerlessonly','var')
    peerlessonly = false;
    peerlessonly = false;
end
end


fileTypes = {'.m','.txt','.cfg','.numberfiles','.fig','.gitmodules'};
fileTypes = {'.m','.txt','.cfg','.numberfiles','.fig','.gitmodules','.snirf','.nirs'};
for iRepo = 1:2
for iRepo = 1:2
    for iFt = 1:length(fileTypes)
    for iFt = 1:length(fileTypes)
        if eval( sprintf('~exist(''f%d'',''var'')', iRepo) )
        if eval( sprintf('~exist(''f%d'',''var'')', iRepo) )