Skip to content

Commit

Permalink
add comment to code
Browse files Browse the repository at this point in the history
  • Loading branch information
dungscout96 committed Aug 2, 2022
1 parent d47be92 commit fea021e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pop_importbids.m
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
inconsistentChannels = 0;
inconsistentEvents = 0;
if isempty(opt.subjects)
opt.subjects = 2:size(bids.participants,1);
opt.subjects = 2:size(bids.participants,1); % indices into the participants.tsv file, ignoring first header row
else
opt.subjects = opt.subjects+1;
end
Expand Down

0 comments on commit fea021e

Please sign in to comment.