Skip to content

Commit

Permalink
auto-populate participant info using STUDY info. Check for STUDY-data…
Browse files Browse the repository at this point in the history
…set consistency
  • Loading branch information
dungscout96 committed Jul 1, 2020
1 parent 78c91d4 commit aa984d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pop_participantinfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
pInfoTbl.Data{i,strcmp(pInfoTbl.ColumnName, 'participant_id')} = curEEG.subject;
end
if isfield(curEEG,'group') && ~isempty(curEEG.group)
pInfoTbl.Data{i,strcmp(pInfoTbl.ColumnName, 'group')} = curEEG.group;
pInfoTbl.Data{i,strcmp(pInfoTbl.ColumnName, 'Group')} = curEEG.group;
end
end

Expand Down

0 comments on commit aa984d1

Please sign in to comment.