Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bucanl_pipelines
bids_lossless_eeg
Commits
e6e8b8be
Commit
e6e8b8be
authored
Oct 12, 2018
by
Tyler Collins
Browse files
Update mk_channels.m
parent
a5f674c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/bids_init/helpers/mk_channels.m
View file @
e6e8b8be
...
...
@@ -20,11 +20,11 @@ for i=1:length(EEG.chanlocs);
end
if
isfield
(
EEG
,
'marks'
);
if
EEG
.
marks
.
chan_info
(
1
)
.
flags
(
i
);
channels
{
i
+
1
,
3
}
=
'
TRUE
'
;
channels
{
i
+
1
,
3
}
=
'
good
'
;
else
channels
{
i
+
1
,
3
}
=
'
FALSE
'
;
channels
{
i
+
1
,
3
}
=
'
bad
'
;
end
else
channels
{
i
+
1
,
3
}
=
'
TRUE
'
;
channels
{
i
+
1
,
3
}
=
'
good
'
;
end
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment